ho-tex / hologo

hologo package for LaTeX
LaTeX Project Public License v1.3c
4 stars 1 forks source link

\section{\hologo{LaTeXe}} fails with hyperref #4

Closed schtandard closed 2 years ago

schtandard commented 3 years ago

The MWE

\documentclass{article}

\usepackage{hologo}
\usepackage{hyperref}

\begin{document}

\section{\hologo{LaTeXe}}

\end{document}

leads to the error

! Undefined control sequence.
<argument> \textepsilon 

with an up-to-date TeX Live 2020.

This seems to be a new behavior; at least I did not experience it about a year ago.

u-fischer commented 3 years ago

I need to think about this, for now load the greek definitions manually:

\usepackage{hyperref}
\input{puenc-greekbasic.def}
u-fischer commented 2 years ago

A new version with the fix has been uploaded to ctan.