[OS X TeX] Lucida

Axel E. Retif axel.retif at mac.com
Thu Feb 5 12:25:05 CET 2009


On  5 Feb, 2009, at 05:12, Peter Dyballa wrote:

> Am 05.02.2009 um 11:04 schrieb Axel E. Retif:
>
>> If I'm going to create a DVI file, I'm *not* going to use epstopdf  
>> ---I mean, why would I use epstopdf if I'm not interested in  
>> converting the EPS graphic files to PDFs?
>
>
> Right! It's nonsense you understand. Others seem to miss it ... (and  
> I actually found it recently by chance because I pressed the wrong  
> keys in AUCTeX so that it started to create DVI instead of PDF)

What I *actually* use is

\usepackage{ifpdf}
\ifpdf
\usepackage[pdftex]{graphicx}
\usepackage{epstopdf}
\epstopdfsetup{update,prepend}% <- Oberdiek: ``The epstopdf package''.
\else
\usepackage{graphicx}
\fi%

Best,

Axel




More information about the macostex-archives mailing list