> I gather that in 3.0, \pdfoutput will be defined even when running 'latex' 
> - is this correct?

Yes and the ifpdf package does all that you need in a very proper way.

\usepackage{ifpdf}

\ifpdf
...pdftex in pdf mode
\else
...dvi mode...
\fi

Thomas

Reply via email to