Generalbug with beamer and lastpage ?

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
jackstraiss99
Posts: 1
Joined: Sat Jun 22, 2024 11:38 pm

bug with beamer and lastpage ?

Post by jackstraiss99 »

Hello everybody

I think I may have found a bug with beamer and lastpage at least on my mac with the 2024 distribution. This code, which has always compiled, does not now

Code: Select all

\documentclass{beamer}
\usepackage{lastpage}
\begin{document}
document
\end{document}
saying

Code: Select all

enddocument/afterlastpage: lastpage setting LastPage.
! Undefined control sequence.
<argument> ...Hy@unicodefalse \Hy@PageAnchorSlide
                                                  \pdfstringdef \@the@H@page...
l.5 \end{document}
Was just wondering if there is a workaround, and what might the best way to report this?

best Jack
Last edited by Stefan Kottwitz on Sun Jun 23, 2024 12:13 am, edited 1 time in total.
Reason: code marked

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply