diff options
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{% |