diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-07-08 13:05:00 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-07-08 13:05:00 +0000 |
commit | f428234daf35dd48a2fbc1867f1611210dc801a7 (patch) | |
tree | fbd604efa55a8baa37c69e0668d530c063606574 /Master/texmf-dist/source/latex/hyperref | |
parent | aa119be73d73727e173789d45ee2a40bfe0e62c6 (diff) |
hyperref v6.77v 2008/07/05
git-svn-id: svn://tug.org/texlive/trunk@9362 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/hyperref')
-rw-r--r-- | Master/texmf-dist/source/latex/hyperref/hyperref.dtx | 9 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/hyperref/nameref.dtx | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx index 2358cabc4cd..d169a91dc95 100644 --- a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx +++ b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx @@ -39,7 +39,7 @@ %<puenc>\ProvidesFile{puenc.def} %<puvnenc>\ProvidesFile{puvnenc.def} %<puarenc>\ProvidesFile{puarenc.def} -%<!none> [2008/04/24 v6.77u +%<!none> [2008/07/05 v6.77v %<package> Hypertext links for LaTeX] %<nohyperref> Dummy hyperref (SR)] %<driver> Hyperref documentation driver file] @@ -116,7 +116,7 @@ \end{document} %</driver> % \fi -% \CheckSum{22898} +% \CheckSum{22899} % % \MakeShortVerb{|} % \StopEventually{} @@ -5817,7 +5817,10 @@ \else \toks0{\expandafter\hyper@readexternallink#2\\{#1}}% \fi - \toks2{#4}% + \toks2{% + \Hy@safe@activesfalse + #4% + }% \edef\Hy@tempa{\the\toks2}% \edef\x{\endgroup \ifx\Hy@tempa\@empty diff --git a/Master/texmf-dist/source/latex/hyperref/nameref.dtx b/Master/texmf-dist/source/latex/hyperref/nameref.dtx index fab18a70baf..9ec895bada4 100644 --- a/Master/texmf-dist/source/latex/hyperref/nameref.dtx +++ b/Master/texmf-dist/source/latex/hyperref/nameref.dtx @@ -300,9 +300,11 @@ \csname beamer@#1\endcsname \begingroup \edef\x{\endgroup - \long\def\expandafter\noexpand\csname beamer@#1\endcsname[####1]{% hash-ok + \long\def\expandafter\noexpand\csname beamer@#1\endcsname + [####1]{% hash-ok \def\noexpand\@currentlabelname{####1}% - \expandafter\noexpand\csname NRorg@beamer@#1\endcsname[{####1}]% + \expandafter\noexpand\csname NRorg@beamer@#1\endcsname + [{####1}]% }% }% \x |