I'm new to the forum and fairly new to the more involved features of LaTeX. I've written exams and papers before without any real trouble, but I am preparing to write my thesis and am having some formatting issues. My university has a "thesis template" on its webpage which I want to use, but I am having some problems with the amsmath package and the bibliography (I am using bibtex [natbib]). When I compile the code, the chapter preceding the
\bibliography
declaration is automatically generating an additional section titled " * " (just an asterisk!). For example, if the bibliography follows appendix B, a section "B.1 * " is generated. This section title is also appearing in the Table of Contents. When I comment out \usepackage{amsmath,amssymb}
, the problem does not occur. I suspect the ams package is somehow conflicting with the university thesis class, but I'm not sure how or why - I've looked through the .cls
file and can't find the source. Has anyone else ever had this problem before??Also (somewhat related), I am trying to center the heading for my reference section by using
\renewcommand{\refname}{\centering \Large \textbf{References}}
, but the centering only works when \usepackage{amsmath,amssymb}
is commented out. Is there a center declaration compatible with the ams package?THANKS!!
-N