I am new to latex and my references are not updating. Texpad doesn't generate any bbl files either. Why aren't my references updating even when I choose bibtex typesetting?
\documentclass{article}
\begin{document}
First document. This is a simple example, with no
extra parameters or packages included.
\bibliographystyle{plain}
\bibliography{bibfile}
\end{document}
latex,bibtex,latex,latexcommand sequence) with the references if you run it from the command line? Can you post a minimal.texand.bibfile for others to inspect? (Regarding the last, please see minimal example or here.) – jon Jan 09 '14 at 21:19