GeneralEdited Version of Document not compiling

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Froskoy
Posts: 1
Joined: Sun Dec 25, 2011 8:10 pm

Edited Version of Document not compiling

Post by Froskoy »

Hi,

I've compiled a LaTeX document successfully by typing

Code: Select all

latex documentname.tex
into terminal when in the correct working directory. The document successfully compiles.

I then make changes to the document. For some reason, when I type latex documentname.tex again, it compiles very quickly and gives me the previous version of the document out.

I've tried deleting the output file and log file and typing latex documentname.tex yet again, but it still somehow outputs the old version of the document. Same for the pdflatex command - what is going wrong here? Is there some other command I should be using?

With very many thanks,

Froskoy.

EDIT: Even changing the filename of the document does not cause the new version to be compiled - I still get the old one out.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply