teTeX maintainers <debian-tetex-maint@lists.debian.org> 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


Reply via email to