I'm using \documentclass{book} and trying to get the natbib package generate the bibliography.
I have a root file, say, root.tex and different chapters are included using \include{}.
I'm having problems in getting the bibliography to work.
I have the following commands in my root.tex file:
\bibliographystyle{plainnat}
\bibliography{mybib}
Any suggestion/solution will be much appreciated!
citecommands in your text, and do you runpdflatex-bibtex-pdflatex-pdflatex? – Torbjørn T. Dec 11 '11 at 17:06\bibliography{mybib}prints the bibliography of cited works. – Torbjørn T. Dec 17 '11 at 20:59