[OS X TeX] pdf instead of dvi on intelmac (resolved)
Bruno Voisin
bvoisin at mac.com
Wed Apr 5 07:09:47 EDT 2006
Le 5 avr. 06 à 13:02, Gerald Teschl a écrit :
> It is triggered by an old test
>
> \ifx\pdfoutput\undefined
> <not running PDFTeX>
> \else
> <running PDFTeX>
> \fi
>
> which does no longer work with the latest tex distribution by Gerben.
It is now recommended to use the ifpdf package instead. See /Library/
teTeX/share/texmf.tetex/tex/latex/oberdiek/ifpdf.sty. The above will
become:
\usepackage{ifpdf}
\ifpdf
<not running PDFTeX>
\else
<running PDFTeX>
\fi
Bruno Voisin------------------------- 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 Archive: http://tug.org/pipermail/macostex-archives/
More information about the MacOSX-TeX
mailing list