To compile the article source files do the following (at least that's the way it's done here at the University of Aarhus): 1) Run LaTeX2e on "article.tex" >latex article o Ignore the "Underfull[Overfull] \hbox[\vbox] ..." warnings. o The "LaTeX Warning: Citation ... undefined ..." and the "No file article.bbl" messages will disappear once the reference-document has been translated with BibTeX (see second step). o The "LaTeX Warning: Reference ...undefined ..." warnings will disappear the second time LaTeX is run on the document (see third step). 2) Run BibTeX on the article >bibtex article o There should be no warnings or errors. 3) Run Latex again (twice) on the document: >latex article >latex article o The article should now be compiled into a dvi-document. This can be translated into a postscript file: >dvips article.dvi -o article.ps