Document Classes ⇒ Using IEEEtran with PDFLaTeX
Using IEEEtran with PDFLaTeX
How do I use IEEEtran with pdfLatex?
pr
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
- 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