參考
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