Here is a simplified version of my code. The preamble contains all the packages I have loaded so far. I attached the BibTex document.LaTeX warning:Empty `thebibliography' environment on input line 3.
Code: Select all
%Preamble begins
\documentclass[a4paper,12pt]{book}
\usepackage[utf8]{inputenc}
\usepackage{parskip}
\usepackage{subscript}
\usepackage[margin=2cm]{geometry}
\usepackage{caption}
\usepackage{graphicx}
%Preamble ends
\begin{document}
This is an example.
\bibliography{FirstLatexDoc_lib}
\bibliographystyle{plain}
\end{document}