General ⇒ Output file is a pdf regardless of which output profile is u
Output file is a pdf regardless of which output profile is u
"This is pdfTeX, Version 3.141592-1.40.3 (MiKTeX 2.6)".
I have gone into the build profiles to check that each profile is not using pdflatex.exe. The build profiles "LaTeX => DVI", "LaTeX => PS" and "LaTeX => PS => PDF" are all using the file latex.exe; only the profile "LaTeX => PDF" is using the file pdflatex.exe.
I originally had this problem with MikTeX 2.5, I have tried re-installing it and also re-run the build profile wizard several times, but that hasn't solved the problem. I have now installed MiKTeX 2.6 (along side MiKTeX 2.5) and re-run the wizard again but still have the same problem.
I am aware that you can give the compiler command line arguments in the options menu and this may solve my problem, but since I do not understand how these work I have not altered them (yet).
If anyone has any ideas how to solve this problem I would be very grateful for your input.
Jon
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Output file is a pdf regardless of which output profile is u
try to build a minimal example such as
Code: Select all
\documentclass[a4paper]{article}
\begin{document}
hello dvi!
\end{document}
Re: Output file is a pdf regardless of output profile
Thanks,
Jon
-
- Posts: 9
- Joined: Mon Jul 09, 2007 1:46 pm
Re: Output file is a pdf regardless of which output profile is u
All the variants of the latex command execute pdfTeX on my system (TeXLive2007) as they did on the previous version. The exact behaviour depends on the name by which it was invoked.
MikTeX may well behave in the same way.
Check what is output, not the logfile/stdout messages.
HTH