summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/hyperref/hyperref.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-10-15 23:57:09 +0000
committerKarl Berry <karl@freefriends.org>2008-10-15 23:57:09 +0000
commit8b997c19a2d288b2e5cc5b7c4e71815d420f2a50 (patch)
tree9d9af3c7a77d7d6f45e2dd16a1e01680c815150f /Master/texmf-dist/tex/latex/hyperref/hyperref.sty
parent0c2b161cdb90379bee5ea893767b90158999eaca (diff)
hyperref update (15oct08)
git-svn-id: svn://tug.org/texlive/trunk@10985 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.sty22
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%
}%