Hi!

To use latex and pdftex in parallel I use the suggested sequence:

\newif\ifpdf
\ifx\pdfoutput\undefined
   \pdffalse
\else
   \pdfoutput=1
   \pdftrue
\fi

with later use of \ifpdf.

However this does not work with latex2html, since even the parts with

\ifpdf
% code
\fi

seams to be executed!


Any idea? What am I doing wrong?

Joerg

--
Joerg Broeker                 Technical University of Vienna
[EMAIL PROTECTED] or [EMAIL PROTECTED]
Tel.: +43/2236/29336 Fax.: +43/2236/24742/17 Mobile: +43/676/4632438
Welcome - Das Reisemagazin: http://stud1.tuwien.ac.at/~e9125149/

Reply via email to