[tex-eplain] Hyperlinks in Eplain

Hartmut Henkel hartmut_henkel at gmx.de
Wed Jul 20 00:58:55 CEST 2005


Hi Oleg,

it seems that the check for PDF mode is not complete, as it does not
check if \pdfoutput=1. Shouldn't this be tested too, like in the
following code, copied from Heiko's ifpdf.sty file?

% Implementing the switch:
\newif\ifpdf
\ifx\pdfoutput\undefined
\else
  \ifx\pdfoutput\relax
  \else
    \ifcase\pdfoutput
    \else
      \pdftrue
    \fi
  \fi
\fi
%

Regards, Hartmut



More information about the tex-eplain mailing list