This is my first post in the community after having had much good help striving the forum. Please tell me if I forget including enough information.
Using MikTeX 2.9 in TeXnicCenter.
The problem: Converter ps2pdf did work properly until today. I had made a batch file for this converter, but executing it now, no PDF file is generated. Curiously, no error message is given as well.
Today, I made a build profile "LaTeX => DVI => PDF" according to a post by Thorsten, which doesn't generate a PDF as well. Please see the four attached files, with a very minimal working example and the build profile.
Code: Select all
\documentclass[12pt,a4paper]{article}
\begin{document}
Hello World
\end{document}
How can I get my PDF file?
Thank you for your time and effort.
Kind regards,
Jeroen