Document Classes ⇒ Using IEEEtran with PDFLaTeX
Using IEEEtran with PDFLaTeX
How do I use IEEEtran with pdfLatex?
pr
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Using IEEEtran with PDFLaTeX
Who told you so? The below example compiles flawlessly with PDFLaTeX.atpr wrote:[…] By default, IEEEtran specifies DVI output. […]
Code: Select all
\documentclass[english]{IEEEtran}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage{blindtext}
\begin{document}
\blinddocument
\end{document}
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Using IEEEtran with PDFLaTeX
...
-- Using DVI output.
...
and finally:
...
Latexmk: Log file says output to 'myfile.dvi'
Latexmk: ===For rule 'pdflatex', actual output 'myfile.dvi'
======appears not to match expected output 'myfile.pdf'
...
Failure to make 'myfile.pdf'
Collected error summary (may duplicate other messages):
pdflatex: failed to create output file
Latexmk: Use the -f option to force complete processing.
Latexmk: Errors, so I did not complete making targets
However, having retraced my steps (but this time downloading the bare journal file from CTAN), it all works! So the problem has gone away... although I don't know why!
pr