Here is my (abridged) thesis code:
Code: Select all
\documentclass[12pt,twoside]{reedthesis}
\usepackage{graphicx,latexsym}
\usepackage{amssymb,amsthm,amsmath}
\usepackage{longtable,booktabs,setspace}
\usepackage{url}
\usepackage{natbib}
\begin{document}
\nocite{*} % I was told to put this in to include items not cited in the thesis
\bibliographystyle{plain}
\bibliography{thesis}
\end{document}
Code: Select all
@Book{Beardon
AUTHOR = "Beardon, Alan F.",
TITLE="The Geometry of Discrete Groups",
PUBLISHER="Springer-Verlag",
YEAR = 1983
}
@BOOK{Martin
AUTHOR="Martin, George E."
TITLE="The Foundations of Geometry and the Non-Euclidean Plane"
PUBLISHER="Springer-Verlag"
YEAR="1982"
}
@BOOK{Rosenfeld
AUTHOR="Rosenfeld, B.A."
TITLE="A History of Non-Euclidean Geometry"
PUBLISHER="Springer-Verlag"
YEAR="1988"
}
@BOOK{Trudeau
AUTHOR="Trudeau, Richard J."
TITLE="The Non-Euclidean Revolution"
PUBLISHER="Birkh\"{a}user"
YEAR="1987"
}
@BOOK{Stahl
AUTHOR="Stahl, Saul"
TITLE="The Poincar\'{e} Half-Plane"
PUBLISHER="Jones and Bartlett"
YEAR="1993"
}
@BOOKBeardon AUTHOR = "Beardon, Alan F." TITLE = ... (and so on)
I'm obviously missing a major step. I'm very confused, sorry if this is an extremely stupid question but I'd be greatly appreciated to anyone who could help me out.
Thanks,
Cordelia