[Tex/LaTex] how to get Left-justified text in the bibliography

bibliographieshorizontal alignmentnatbib

Using the natbib package, how do I get left-justified text? Here is my preamble:

\documentclass[11pt]{report}
\usepackage{amsmath,appendix}
\usepackage{fullpage,lipsum,multirow}
\usepackage[pdftex]{graphicx}
\usepackage{natbib}
\usepackage{float,soul}
\usepackage{booktabs}
\usepackage[table]{xcolor}
\usepackage{rotating}

Best Answer

In addition to the foregoing answers: The \bibhang parameter might also be of interest for you. With \setlength{\bibhang}{0em} you can set the indention depth. Furthermore there is the parameter \bibsep to influence the spacing between entries.

Related Question