参考
LaTex: Undefined citation warnings 解决方法
在使用TexMaker编译文献的时候,出现引用参考文献的问题:
Package natbib Warning: Citation `xxxxx' on page y undefined on input line z.
解决方法:
pdflatex test #使用pdflatex compile
bibtex test #使用bibtex compile
pdflatex test
pdflatex test
2017.7.22