LaTex: Undefined citation warnings solution
When using TexMaker to compile documents, there is a problem of citing references:
Package natbib Warning: Citation `xxxxx' on page y undefined on input line z.
Solution:
pdflatex test #use pdflatex compile
bibtex test #use bibtex compile
pdflatex test
pdflatex test