I'm very new to TeX and haven't done any programming, so I hope I've placed this query in the right place. I just downloaded miktex 2.8 as well as texniccentre but I can't get documents to compile. When I try to compile the test document:
Code: Select all
\documentclass{article}
\begin{document}
test
\end{document}
I can find the file test.aux (C:\Users\Thomas\Desktop\MiKTeX2.8\miktex\bin\test.aux)This is pdfTeX, version 3.1415926-1.40.10 (MiKTex 2.8)
Entering extended mode
(C:/Users/Thomas/Desktop/MiKTex2.8/miktex/bin/test.tex
LaTeX2e <2009/09/24>
Babel <v3.81> and hyphenation patterns for english, dumylang, nohyphenation, german, ngerman, german-x-2009-06-19, ngerman-x-2009-06-19, french, loaded.
(C:\Users\Thomas\Desktop\MiKTeX2.8\tex\latex\base\article.cls
Document Class: article 2007/10/19 v1.9h Standard LaTeX document class
(C:\Users\Thomas\Desktop\MiKTeX2.8\tex\latex\base\size10.clo))
No file test.aux.
[1{C:/ProgramData/MiKTeX/2.8/pdftex/config/pdftex.map}]
! I can't find file 'test.aux'.
\enddocument ...makeatletter \input \jobname .aux
\fi \@dofilelist \ifdim \f...
1.4 \end{document}
Pleas type another input file name
! Emergency stop.
\enddocument ...makeatletter \input \jobname .aux
\fi \@dofilelist \ifdim \f...
1.4 \end{document}
! ==> Fatal error occurred, no output file produced!
and have tried moving it to slightly different location but that hasn't helped. I'm running Windows Vista and have Adobe Reader 8 (in case that's relevant). I also have similar problems with my other output profiles. Any suggestions regarding what might be causing this would be much appreciated.
Thanks.