I wrote a large part of my thesis with MiKTeX 2.9 using siunitx for all units in the text. Now I did an update of MiKTeX 2.9 and suddenly no document is created any more although no error appears. After a while, I found the MWE:
\documentclass{scrartcl}
\usepackage{siunitx}
\begin{document}
This is my text
\end{document}
Within the MWE-folder, only a .log file is created, but no other files like .aux, etc. As I already mentioned, no errors or warnings are shown. Does anyone have any idea what's going wrong here?
\listfilesgives. – Joseph Wright Dec 05 '11 at 19:32siunitx. This is a bug of TeXnicCenter. Try an other editor like TeXStudio. – Marco Daniel Dec 05 '11 at 19:33.logfile. – Werner Dec 06 '11 at 16:56