我不能把参考书目放在我的乳胶文件上。我编写代码和编译结果。我按以下方式编译主文件:
main.tex (latexPdf)
main.tex (bibtex)
main.tex (latexPdf)
main.tex (latexPdf)
但它总是出现问号。我该怎么办?我搜索了几个指南!
main.tex
\documentclass{article}
\title{Bibliographies}
\author{VK}
\date{\today}
\begin{document}
\maketitle
A book on game theory is \cite{book}.
\newpage
\bibliographystyle{plain}
\bibliography{bibliography.bib}
\end{document}
bibliography.bib
@book{basar1995dynamic,
title={Dynamic noncooperative game theory},
author={Basar, Tamer and Olsder, Geert Jan and Clsder, GJ and Basar},
volume={200},
year={1995},
publisher={SIAM}
}