diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/hyperref/hyperref.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/hyperref/hyperref.sty | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/hyperref.sty b/Master/texmf-dist/tex/latex/hyperref/hyperref.sty index 7a11dc353b2..21f59fcd0c7 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} - [2008/09/27 v6.78k + [2008/09/29 v6.78l Hypertext links for LaTeX] \begingroup \@makeother\`% @@ -442,6 +442,8 @@ \let\HyPsd@xspace\HyPsd@doxspace }% \xdef#1{#1\HyPsd@empty}% + \HyPsd@Subst{---}\textemdash#1% + \HyPsd@Subst{--}\textendash#1% \HyPsd@Subst{!`}\textexclamdown#1% \HyPsd@Subst{?`}\textquestiondown#1% \let\HyPsd@empty\@empty @@ -1221,7 +1223,7 @@ \else PDFDocEncoding% \fi - ),% + ):% \MessageBreak removing `\HyPsd@RemoveCmdPrefix#1'% }% } @@ -1236,14 +1238,26 @@ |endgroup \def\HyPsd@RemoveSpaceWarning#1{% \HyPsd@Warning{% - Token not allowed in a PDFDocEncoded string:% + Token not allowed in a PDF string (% + \ifHy@unicode + Unicode% + \else + PDFDocEncoding% + \fi + ):% \MessageBreak #1\MessageBreak removed% }% } \def\HyPsd@ReplaceSpaceWarning#1{% \HyPsd@Warning{% - Token not allowed in a PDFDocEncoded string:% + Token not allowed in a PDF string (% + \ifHy@unicode + Unicode% + \else + PDFDocEncoding% + \fi + ):% \MessageBreak #1\MessageBreak replaced by space% }% |