1

我无法将参考书目放在我的乳胶文件中。我编写代码和编译结果。我通过以下方式编译主文件:

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}
    } 

此页面中的输出:http: //i.stack.imgur.com/hoDvD.png

4

0 回答 0