josephwright / beamer

A LaTeX class for producing presentations and slides
Other
1.41k stars 142 forks source link

`\appendix` throws hyperref warning #864

Closed dcampagnari closed 11 months ago

dcampagnari commented 11 months ago

Using the example code on page 103 of the manual or even a simple

\documentclass{beamer}
\begin{document}
\appendix
\end{document}

gives the warning

Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `\translate ' on input line 4.

I haven't used beamer in a while so sadly I can't pinpoint the moment when this started :-(

samcarter commented 11 months ago

Duplicate https://github.com/josephwright/beamer/issues/449

dcampagnari commented 11 months ago

Uh, I definitely missed that. Sorry for the noise.

samcarter commented 11 months ago

@dcampagnari No worries :)