this was exactly the case! I didn't have my eyes open when I chose a file to test the compilerStefan_K wrote:Hi Fab,
check your document if you have a pdftex option set, for instance to graphicx likeor somewhere else. If you use \pdfoutput=1 or the pdftex option for example to graphicx, color, xcolor or hyperref then pdf output will be produced, even if the output-format is set to dvi.Code: Select all
\usepackage[pdftex]{graphicx}
Stefan

thanks guys!