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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
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