Recently after updating my miktex distribution, through the updater I received the following warning(s) when I try to build output.
Package hyperref Warning: Option `pdfpagelabels' is turned off
(hyperref) because \thepage is undefined.
Hyperref stopped early
)
I'm trying to build a beamer presentation and I never had such problems before the update. How do I fix this or should I just ignore it?
Thanks.
General ⇒ Beamer & pdfpagelabels warning
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Beamer & pdfpagelabels warning
That seems to be caused by an update of the hyperref package. There is a workaround by switching this option off when calling the beamer class.
That doesn't affect the result. There is only one less warning.
Code: Select all
\documentclass[hyperref={pdfpagelabels=false}]{beamer}
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10