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/tex/latex/hyperref/hyperref.sty | |
parent | b4439c8fb209bc6f2cc0fa9bc25187213d760ce6 (diff) |
hyperref
git-svn-id: svn://tug.org/texlive/trunk@24751 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/hyperref/hyperref.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/hyperref/hyperref.sty | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/hyperref.sty b/Master/texmf-dist/tex/latex/hyperref/hyperref.sty index d91b065855b..61686a6a703 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hyperref.sty +++ b/Master/texmf-dist/tex/latex/hyperref/hyperref.sty @@ -30,7 +30,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesPackage{hyperref} - [2011/11/21 v6.82l % + [2011/12/04 v6.82m % Hypertext links for LaTeX] \begingroup \@makeother\`% @@ -6788,25 +6788,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 @@ -6815,7 +6825,7 @@ \let\@currentHref\Hy@footnote@currentHref \let\@currentlabelname\@empty #1% - \fi + }% }% }% \def\@footnotemark{% |