[OS X TeX] .dvi files
Martin Buchmann
Martin.Buchmann at uni-jena.de
Fri Feb 4 07:55:57 EST 2005
Lawrence,
AFAIK there's only a pdfetex binary on your system and latex is just a
wrapper which calls pdfetex with dvi output. pdfetex can also produce
dvi output is the \pdfoutput is set to 0. On my system calling latex
leads to a dvi file. Maybe there's something wrong with your system.
Until you figured out what's wrong a constrcus like this should help you
out:
\documentclass{article}
\usepackage{ifpdf}
\ifpdf
\pdfoutput=0
\fi
\begin{document}
Test 1234
\end{document}
HTH
Martin
--
If all the world's a stage, I want to operate the trap door.
-- Paul Beatty
--------------------- Info ---------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
& FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Post: <mailto:MacOSX-TeX at email.esm.psu.edu>
More information about the MacOSX-TeX
mailing list