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