[tex-live] several bug reports (beamer, hyperref, listings)

Ulrike Fischer news3 at nililand.de
Sun Jun 29 11:15:22 CEST 2014


Am Sun, 29 Jun 2014 09:37:21 +0900 schrieb Norbert Preining:

> Hi Ulrike,
> 
> thanks for testing, but ...
> 
>>> \documentclass[hyperref={pagelabels=false}]{beamer}
>> 
>> Didn't work in TL13 either. The name of the option is pdfpagelabels:
> 
> Huu? I have to reinstall 2013 ... I have about 15 files haveing this
> code in there from as early as 2013 where I gave courses.
> 
> I tried now with TL 2012 as in Debian, and there was *no* problem
> with haveing
> 	hyperref={pagelabels=false}
> and I am *really* sure that is also worked in 2013, as I have loads
> of pdfs generated from that code.


Well in TL12 I don't get errors with your example. But this gives an
error:

\documentclass{article}
\usepackage[pagelabels=false]{hyperref}
\begin{document}
\end{document}

So it looks as if either beamer never passed the option correctly to
hyperref or that something changed in the handling of unknown
options passed by \PassOptionsToPackage. 

This here doesn't give an error in TL12 either but fails now:

\documentclass[hyperref=blublub]{beamer}
\begin{document}
abc
\end{document}


> Are you really sure that it didn't work on 2013?

Yes in the final version, if as you say it did work for you then the
change must have been quite at the end of TL13. 


-- 
Ulrike Fischer 
http://www.troubleshooting-tex.de/




More information about the tex-live mailing list