diff options
author | Karl Berry <karl@freefriends.org> | 2011-12-04 23:58:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-12-04 23:58:26 +0000 |
commit | ff7da5969a4dcfb3193d63ea4d8153e770def53e (patch) | |
tree | a2e71f196045afd5e5650309840a34bdaa501b69 /Master/texmf-dist/source/latex/hyperref | |
parent | b4439c8fb209bc6f2cc0fa9bc25187213d760ce6 (diff) |
hyperref
git-svn-id: svn://tug.org/texlive/trunk@24751 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 | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx index 5fb0a84cc31..bce4d7e62b5 100644 --- a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx +++ b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx @@ -44,7 +44,7 @@ %<puenc>\ProvidesFile{puenc.def} %<puvnenc>\ProvidesFile{puvnenc.def} %<puarenc>\ProvidesFile{puarenc.def} -%<!none> [2011/11/21 v6.82l % +%<!none> [2011/12/04 v6.82m % %<package> Hypertext links for LaTeX] %<nohyperref> Dummy hyperref (SR)] %<driver> Hyperref documentation driver file] @@ -145,7 +145,7 @@ \end{document} %</driver> % \fi -% \CheckSum{28678} +% \CheckSum{28686} % % \MakeShortVerb{|} % \StopEventually{} @@ -10625,25 +10625,35 @@ \long\def\@mpfootnotetext#1{% \H@@mpfootnotetext{% \ifHy@nesting + \expandafter\ltx@firstoftwo + \else + \expandafter\ltx@secondoftwo + \fi + {% \expandafter\hyper@@anchor\expandafter{% \Hy@footnote@currentHref }{#1}% - \else + }{% \Hy@raisedlink{% \expandafter\hyper@@anchor\expandafter{% \Hy@footnote@currentHref }{\relax}% }#1% - \fi + }% }% }% \long\def\@footnotetext#1{% \H@@footnotetext{% \ifHy@nesting + \expandafter\ltx@firstoftwo + \else + \expandafter\ltx@secondoftwo + \fi + {% \expandafter\hyper@@anchor\expandafter{% \Hy@footnote@currentHref }{#1}% - \else + }{% \Hy@raisedlink{% \expandafter\hyper@@anchor\expandafter{% \Hy@footnote@currentHref @@ -10652,7 +10662,7 @@ \let\@currentHref\Hy@footnote@currentHref \let\@currentlabelname\@empty #1% - \fi + }% }% }% % \end{macrocode} |