I am writing a Master Thesis and I finally arrived at the last step: bibliography. I have read through the web that using BibTex is easier and more rapid but everytime I try to insert the biblio.bib file in MG.tex one nothing appears and I cannot understand why.
Code: Select all
\documentclass[12pt,a4paper,openamy]{book}\setlength\textheight{247mm}
\usepackage[utf8]{inputenc}
\usepackage{enumitem}
\usepackage[square]{natbib}
\bibliographystyle{plainnat}
\begin{document}
All the stuff
\bibliography{biblio}
\bibliographystyle{plainnat}
\end{document}
Thanks in advance!