diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/oberdiek/bookmark.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/oberdiek/bookmark.sty | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/oberdiek/bookmark.sty b/Master/texmf-dist/tex/latex/oberdiek/bookmark.sty index a65704d9cc3..3a7184e18d8 100644 --- a/Master/texmf-dist/tex/latex/oberdiek/bookmark.sty +++ b/Master/texmf-dist/tex/latex/oberdiek/bookmark.sty @@ -34,7 +34,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{bookmark}% - [2010/04/03 v1.10 PDF bookmarks (HO)]% + [2010/04/04 v1.11 PDF bookmarks (HO)]% \begingroup\expandafter\expandafter\expandafter\endgroup \expandafter\ifx\csname numexpr\endcsname\relax \def\BKM@CalcExpr#1#2#3#4{% @@ -234,8 +234,8 @@ \def\bookmark@color{\BKM@color} \def\BKM@temp#1{% \DeclareStringOption{#1}% - \expandafter\edef\csname BKM@#1\endcsname{% - \expandafter\noexpand\csname bookmark@#1\endcsname + \expandafter\edef\csname bookmark@#1\endcsname{% + \expandafter\noexpand\csname BKM@#1\endcsname }% } \BKM@temp{dest} @@ -537,13 +537,12 @@ \ProcessKeyvalOptions* \BKM@DisableOptions \newif\ifBKM@DvipdfmxOutlineOpen -\begingroup\expandafter\expandafter\expandafter\endgroup -\expandafter\ifx\csname SpecialDvipdfmxOutlineOpen\endcsname\relax -\else +\ltx@IfUndefined{SpecialDvipdfmxOutlineOpen}{% +}{% \ifnum\SpecialDvipdfmxOutlineOpen>\z@ \BKM@DvipdfmxOutlineOpentrue \fi -\fi +} \def\BKM@temp{dvipdfmx}% \ifx\BKM@temp\BKM@driver \def\BKM@driver{dvipdfm}% |