diff options
author | Karl Berry <karl@freefriends.org> | 2009-12-31 01:29:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-12-31 01:29:38 +0000 |
commit | dba73132169044da16cdb0d1180f5932904f3607 (patch) | |
tree | 6a32f499e3803a062ea79c49c2c11eaf28de9ccd /Master/texmf-dist/tex/latex/hyperref/hyperref.sty | |
parent | cf62e0a822d36480a91d09794f1abb2892d98303 (diff) |
hyperref update (29dec09)
git-svn-id: svn://tug.org/texlive/trunk@16541 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 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/hyperref.sty b/Master/texmf-dist/tex/latex/hyperref/hyperref.sty index 8bbcad8a893..06150efdcfc 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hyperref.sty +++ b/Master/texmf-dist/tex/latex/hyperref/hyperref.sty @@ -25,7 +25,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{hyperref} - [2009/12/23 v6.79y + [2009/12/28 v6.79z Hypertext links for LaTeX] \begingroup \@makeother\`% @@ -329,6 +329,7 @@ \csname HyPsd@babel@\language@group\endcsname }% \HyPsd@GreekPatch + \HyPsd@SpanishPatch \HyPsd@BabelPatch \let\@safe@activestrue\relax \let\@safe@activesfalse\relax @@ -921,6 +922,13 @@ \HyPsd@GreekNumIII\@firstofone#1#2#3#4% \HyPsd@@GreekNum#1{#5#6#7}% } +\def\HyPsd@SpanishPatch{% + \begingroup\expandafter\expandafter\expandafter\endgroup + \ifx\csname es@save@dot\endcsname\relax + \else + \let\.\es@save@dot + \fi +} \begingroup \catcode"7F=\active \toks@{% |