Page 1 of 1

Compiling LaTeX document with BibTeX references to PDF

Posted: Tue Nov 01, 2011 1:14 pm
by ^rooker
When compiling a LaTeX document using BibTeX for handling literature reference sources, one must issue the following 4 commands in order to produce a .pdf file:

Code: Select all

pdflatex mydocument
bibtex mydocument
pdflatex mydocument
pdflatex mydocument
Important is that you omit the file ending ".tex" for "mydocument.tex", as this would confuse bibtex and result in the following error message:
I couldn't open file name `mydocument.tex.aux'
Thanks to the following sites for explaining how to compile LaTeX with BibTeX:
BibTeX and bibliography styles
Pdflatex and bibtex