diff options
author | Dr. Clea F. Rees <cfrees@imapmail.org> | 2008-12-28 23:51:35 +0000 |
---|---|---|
committer | Dr. Clea F. Rees <cfrees@imapmail.org> | 2008-12-28 23:51:35 +0000 |
commit | dfbcd09fba56afeb9820507de6775e3ebbfbeec2 (patch) | |
tree | 8034e7e2f6fbfdb6d8e74e74a904317409a1d9c3 /Master/texmf-dist/source/latex/hyperref | |
parent | 7051fa90f609a783739882d5f945d4c11bf44c48 (diff) |
hyperref update 2008/12/28
git-svn-id: svn://tug.org/texlive/trunk@11740 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 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx index 17440aa3486..0f480db58da 100644 --- a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx +++ b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx @@ -38,7 +38,7 @@ %<puenc>\ProvidesFile{puenc.def} %<puvnenc>\ProvidesFile{puvnenc.def} %<puarenc>\ProvidesFile{puarenc.def} -%<!none> [2008/11/18 v6.78m +%<!none> [2008/12/26 v6.78n %<package> Hypertext links for LaTeX] %<nohyperref> Dummy hyperref (SR)] %<driver> Hyperref documentation driver file] @@ -114,7 +114,7 @@ \end{document} %</driver> % \fi -% \CheckSum{24438} +% \CheckSum{24446} % % \MakeShortVerb{|} % \StopEventually{} @@ -5726,6 +5726,7 @@ \catcode`\#\active \catcode`\_\active \catcode`\$\active + \catcode`\&\active \gdef\hyper@normalise{^^A \begingroup \catcode`\^^M\active @@ -5737,6 +5738,8 @@ \def#{\hyper@hash}^^A \def\#{\hyper@hash}^^A \@makeother\&^^A + \edef&{\string&}^^A + \edef\&{\string&}^^A \edef\textunderscore{\string_}^^A \let\_\textunderscore \catcode`\_\active |