I am currently trying to add a bibliography to a report I am writing using the report document class with the fullpage package. However, the indentation of each entry seems extremely large. I know it must be possible to decrease this to a more natural level, but with my basic LaTeX knowledge need advice on how to do so. Here is the code I'm using:
Code: Select all
\documentclass[11pt]{report}
\usepackage{fullpage}
\begin{document}
\begin{thebibliography}{Burnside Papers}
\bibitem{Suzuki 2} Michio Suzuki.
\emph{Group Theory II}. English Edition, Springer-Verlag, New York, New York, U.S.A., 1986. x+621pp, ISBN 0-387-10916-1.
\end{thebibliography}
\end{document}
Thanks in advance for your help.