[OS X TeX] bibtex/natbib
Andy Doller
adoller at psu.edu
Sun Sep 12 11:15:09 EDT 2004
>>> I am having some natbib/bibtex problems using
>>> /include[sort,numbers]{natbib}. Mostly, when I include a particular
>>> chapter of my thesis, bibtex fails. It fails in this way.
>
> Do you mean \usepackage[sort,numbers]{natbib} here ?
yes sorry, I didn't cut and paste that line.
>
> Where is the {thebibliography} environment ?
> In the main document, or hidden in one of the \include'd files ?
I have the thesis.tex file in which I use:
\includeonly{%
Background/Background,%
Theory/Theory,%
Method/Method}%
removing the method chapter everything works. The meat of the
thesis.tex file is as follows.
\begin{document}
\bibliographystyle{arlobib}
\thesisfrontmatter
\thesismainmatter
\allowdisplaybreaks{
\include{Background/Background}
\include{Theory/Theory}
\include{Method/Method}
\include{Results/Results}
\include{Conclusions/Conclusions}
\appendix
\include{Appendix-A/Appendix-A}
\include{Appendix-ModelCode/Appendix-ModelCode}
\include{Appendix-DCCalibration/Appendix-DCCalibration}
} % End of the \allowdisplaybreak command %
\begin{singlespace}
\addcontentsline{toc}{chapter}{Bibliography}
\frenchspacing
\bibliography{TAALL,andy}
\end{singlespace}
\thesisbackmatter
\end{document}
--------------------- Info ---------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
& FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Post: <mailto:MacOSX-TeX at email.esm.psu.edu>
More information about the MacOSX-TeX
mailing list