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{BeardonAUTHOR = "Beardon, Alan F.",TITLE="The Geometry of Discrete Groups",PUBLISHER="Springer-Verlag",YEAR = 1983}@BOOK{MartinAUTHOR="Martin, George E."TITLE="The Foundations of Geometry and the Non-Euclidean Plane"PUBLISHER="Springer-Verlag"YEAR="1982"}@BOOK{RosenfeldAUTHOR="Rosenfeld, B.A."TITLE="A History of Non-Euclidean Geometry"PUBLISHER="Springer-Verlag"YEAR="1988"}@BOOK{TrudeauAUTHOR="Trudeau, Richard J."TITLE="The Non-Euclidean Revolution"PUBLISHER="Birkh\"{a}user"YEAR="1987"}@BOOK{StahlAUTHOR="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