乳胶参考书目

时间:2014-09-23 15:47:21

标签: latex pdflatex latex-environment latex-suite biblatex

我不能把参考书目放在我的乳胶文件上。我编写代码和编译结果。我按以下方式编译主文件:

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

0 个答案:

没有答案