I was unable to find a previous post about this - perhaps too simple? I just came across the BibTeX and am trying to use it with an EndNote library. I have exported to the .bib file (which looks good as far as I can tell), but no bibliography is printed and the references aren't being cited. Obviously there is something major missing. My document looks as follows.
\documentclass[11pt, fceqn]{article}
\usepackage{epsfig}
\usepackage{setspace, titlesec, caption, floatrow}
\usepackage{amsmath, amssymb, amsfonts, amsthm, cite, mathtools, lineno, subfig, natbib}
\begin{document}
Some text \cite{Alo_1}.
\bibliography{bib}
\bibliographystyle{plain}
\end{document}
Any thoughts would be greatly appreciated.