GeneralLatex error during document creation

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
The-Forgotten
Posts: 1
Joined: Tue Oct 19, 2010 12:11 pm

Latex error during document creation

Post by The-Forgotten »

Hi, my TeXnicCenter always says, that it can't find the Latex1.aux file after compiling, so I can't view the pdf file.

I cannot create Latex => PDF nor Latex => PS nor Latex => DVI

I always get the error message Latex.aux/Latex.tex file is missing :S

"I can't find file ..." :S <-- Error Message

I'm using a Windows 7 Netbook ... any Idea?

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

User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Latex error during document creation

Post by gmedina »

Hi,

save the code below as test.tex and compile it using, for example, LaTeX=>PDF. Report the outcome of this experiment; if you get errors, please post the exact error messages here:

Code: Select all

\documentclass{article}

\begin{document}
Test
\end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Post Reply