Fwd: Fwd: [OS X TeX] Beamer in MacTeX 2009 vs. 2010

Victor Ivrii vivrii at gmail.com
Thu Sep 16 06:43:43 CEST 2010


---------- Forwarded message ----------
From: Heiko Oberdiek <heiko.oberdiek at googlemail.com>
Date: Wed, Sep 15, 2010 at 11:00 PM
Subject: Re: Fwd: [OS X TeX] Beamer in MacTeX 2009 vs. 2010
To: Victor Ivrii <vivrii at gmail.com>
Cc: Joshua Smith <smithjh at lafayette.edu>, tex-live at tug.org, texhax at tug.org


Hello Victor,

thanks for the bug report.

On Wed, Sep 15, 2010 at 08:00:00PM -0400, Victor Ivrii wrote:

> ---------- Forwarded message ----------
> From: Joshua Smith <smithjh at lafayette.edu>
> Date: Wed, Sep 15, 2010 at 7:23 PM
> Subject: [OS X TeX] Beamer in MacTeX 2009 vs. 2010
> To: TeX on Mac OS X Mailing List <macosx-tex at email.esm.psu.edu>
>
>
> \documentclass{beamer}
> \usetheme{default}
> \begin{document}
> Sample
> \end{document}
>
> I can reproduce it and another user on MacOS mailing list was able to
> reproduce after upgrading to hyperref 6.81n.
>
> PS Definitely texhax is a much better place to ask general rather than
> mac-specific TeX questions

Indeed, e.g. I am not reading MacOS mailing list, but texhax.

The example can be reduced to (beamer is way to complex):

\documentclass{article}
\usepackage{hyperref}
\hypersetup{pdfborder={0 0 0}}
\begin{document}
\end{document}

I have added sanity checks for some options that directly write
PDF code. For example:
 \usepackage[pdfborder=0 0 0]{hyperref}
would end up as "000" in the PDF file, because LaTeX
strips spaces. Also nothing stops from writing:
 \hypersetup{pdfborder={funny invalid stuff}}
The result would be invalid PDF files.

However I forgot a backslash in the pattern to escape "[".
Fixed now in hyperref 6.81o.

Yours sincerely
 Heiko Oberdiek



-- 
========================
Victor



More information about the macostex-archives mailing list