[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#322407: python2.3-dev: Cannot produce documentation with teTeX-3.0



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 to: