* Kev Buckley <[EMAIL PROTECTED]> [2005-09-29]:
> 
> I used ensure I got the right output by having constructs at the top
> of the source files like this:
> 
> \newif\ifpdf
> \ifx\pdfoutput\undefined
>     \pdffalse       % we are not running PDFLaTeX
> \else
>     \pdfoutput=1    % we are running PDFLaTeX
>     \pdftrue
> \fi

Use the ifpdf package. (This is a FAQ.)

Regards,
Hans

Reply via email to