[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#452333: latex-beamer: beamer should generate pdf page labels using hyperref



On 21.11.07 23:41, Chung-chieh Shan wrote:

Hi,

https://bugs.debian.org/452333

Is the issue still present? If yes please be so kind to contact beamer
author yourself [1]. We don't have the time to care about bugs in single
LaTeX packages.

Thanks!

Hilmar

[1] https://github.com/josephwright/beamer/issues

> hyperref version 6.75p disables pdfpagelabels if \thepage is undefined
> when hyperref is loaded, which is the case when the first line of the
> document is \documentclass{beamer}.  Instead, beamer should (1) define
> \thepage earlier so that hyperref enables pdfpagelabels; (2) use the
> \thispdfpagelabel macro (introduced in hyperref version 6.71f) to set
> the pdf page label on every frame.  Currently, I achieve these effects
> by saying
> 
>     \pagenumbering{arabic}
>     \documentclass{beamer}
>     \mode<presentation>
>     {
>       \setbeamertemplate{sidebar left}{\thispdfpagelabel{\insertframenumber}}
>     }
> 
> in my presentation document.  The page labels are useful because they
> ease navigation in PDF viewers such as Acrobat Reader and pspresent
> (the latter in conjunction with a patch to pdftops that I will submit
> shortly).
> 


-- 
sigfault
#206401 http://counter.li.org

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: