diff options
author | Karl Berry <karl@freefriends.org> | 2012-11-02 23:42:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-11-02 23:42:33 +0000 |
commit | 8241643853c19b10460dc0c1e5ee1a716d6a6d08 (patch) | |
tree | db64ac3a55d375998749e4d2fef7a6c046e1a014 /Master/texmf-dist/tex/latex/hyperref/hyperref.sty | |
parent | 245ddb2d09fafe8a9e776e08cbfcbf40a8d66a63 (diff) |
hyperref (1nov12)
git-svn-id: svn://tug.org/texlive/trunk@28159 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 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/hyperref.sty b/Master/texmf-dist/tex/latex/hyperref/hyperref.sty index 423453249a9..ef8c8a49774 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} - [2012/10/15 v6.83k % + [2012/10/31 v6.83l % Hypertext links for LaTeX] \begingroup \@makeother\`% @@ -893,6 +893,12 @@ \ltx@GlobalAppendToMacro\pdfstringdefPreHook{#1}% \endgroup } +\let\HyPsd@pdfstringdefDisableCommands\pdfstringdefDisableCommands +\AtBeginDocument{% + \@ifundefined{pdfstringdefDisableCommands}{% + \let\pdfstringdefDisableCommands\HyPsd@pdfstringdefDisableCommands + }{}% +} \def\pdfstringdefWarn#1{% \expandafter\noexpand\csname<>-\string#1\endcsname } |