I am having some general issues creating pdf output in Texniccenter. I updated MikTex 2.8 to 2.9 today and redefined the output profiles accordingly. I can create documents via LaTeX=>PDF but the generated output always returns a blank pdf immediately after compiling. The reader opens but nothing is shown, not even a blank page. If I open the created pdf directly from the output path, the file is okay. This error only occurs using LaTeX=>PDF; LaTeX=>DVI works fine as does LaTeX=>PS.
This problem is identical to the one mentioned in a previous thread (http://www.latex-community.org/forum/vi ... f=5&t=6812), but the given solution (i.e. redefining the output profiles) did not solve my problem. I have tried changing the viewer from adobe reader 9 to adobe acrobat 8, but the problem persists.
The issue occurs with the simplest code. I've attached the log file if that helps.
Code: Select all
\documentclass{report}
\begin{document}
sample text
\end{document}
Marcus