teTeX maintainers <[email protected]> wrote: > ifpdf.sty - or much easier, simply use > > \RequirePackage{ifpdf} > \ifpdf\else > ...your code > \fi
Of course it's the other way round here:
\RequirePackage{ifpdf}
\ifpdf
...your code
\fi
Sorry,
Frank
--
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer

