我放在包含文件中的引文显示为“ ?
”,但我放在主文件中的引文显示正确。当两个文件中有相同的引文时,它会同时出现在两个文件中。
pdflatex
我按照> bibtex
> pdflatex
>的顺序进行编译pdflatex
;我认为这是正确的顺序。
我正在使用 Mac OS X lion 和 MacTeX。
我做错什么了吗?
% main.tex
\documentclass [12pt]{report}
\usepackage {natbib, graphicx}
\begin {document}
\include {introduction}
\include {background}
\bibliographystyle {pjgsm}
\bibliography {bibliography}
\addcontentsline {toc}{chapter}{Bibliography}
\end {document}