[OS X TeX] Tex+Ghostscript gone....
Gerben Wierda
Gerben.Wierda at rna.nl
Tue Oct 11 18:31:55 EDT 2005
The problem is this:
\ifx\pdfoutput\undefined
\usepackage{graphicx}
\else
\usepackage[pdftex]{graphicx}
\fi
Instead use:
\usepackage{ifpdf}
\ifpdf
\usepackage[pdftex]{graphicx}
\else
\usepackage{graphicx}
\fi
The previous form of testing for PDF-TeX is not valid anymore (non-PDF
TeX use the same engine as PDF-TeX (except plain TeX)). This results in
microtype facilities being available in non-PDF TeX, but also in
\pdfoutput being defined if output is DVI.
G
------------------------- 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