[tex4ht] [bug #512] \href undefined after hyperref included in class file; Unicode nbsp

Michal Hoftich puszcza-hackers at gnu.org.ua
Mon May 31 23:44:39 CEST 2021


Follow-up Comment #3, bug #512 (project tex4ht):

I would change the code in ltnews.cls to something like:

 
\ifx\pdfoutput\@undefined
  \let\pdfoutput\outputmode
  \protected\def\pdfinfo{\pdfextension info }
\fi
\ifx\pdfoutput\@undefined
\else
  \ifx\pdfoutput\relax
  \else
    \ifcase\pdfoutput
      \ifdefined\HCode
        \RequirePackage{hyperref}
      \fi
    \else
      \pdfinfo{%
        /Title (LaTeX News)
        /Author (The LaTeX Project)
      }
      \IfFileExists{hyperref.sty}{%
        \RequirePackage[hidelinks]{hyperref}}{}
    \fi
  \fi
\fi



    _______________________________________________________

Reply to this item at:

  <http://puszcza.gnu.org.ua/bugs/?512>

_______________________________________________
  Message sent via/by Puszcza
  http://puszcza.gnu.org.ua/



More information about the tex4ht mailing list.