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}
\raggedrightjust before your\bibliographycommand. – Alan Munn Feb 22 '12 at 4:07ragged2epackage and its\RaggedRightcommand. It will do a "better" job than the default\raggedrightin that it will hyphenate with more frequency than the lowercase version of the command. – jon Feb 22 '12 at 7:19