General ⇒ Latex error during document creation
-
- Posts: 1
- Joined: Tue Oct 19, 2010 12:11 pm
Latex error during document creation
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?
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
Latex error during document creation
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}