GeneralBeamer & pdfpagelabels warning

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
dustbinbear
Posts: 19
Joined: Wed Jan 17, 2007 11:42 am

Beamer & pdfpagelabels warning

Post by dustbinbear »

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.

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Beamer & pdfpagelabels warning

Post by localghost »

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.

Code: Select all

\documentclass[hyperref={pdfpagelabels=false}]{beamer}
That doesn't affect the result. There is only one less warning.
Post Reply