diff options
author | Karl Berry <karl@freefriends.org> | 2008-10-15 23:57:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-10-15 23:57:09 +0000 |
commit | 8b997c19a2d288b2e5cc5b7c4e71815d420f2a50 (patch) | |
tree | 9d9af3c7a77d7d6f45e2dd16a1e01680c815150f /Master/texmf-dist/source/latex | |
parent | 0c2b161cdb90379bee5ea893767b90158999eaca (diff) |
hyperref update (15oct08)
git-svn-id: svn://tug.org/texlive/trunk@10985 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rw-r--r-- | Master/texmf-dist/source/latex/hyperref/doc/manual.tex | 7 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/hyperref/hyperref.dtx | 30 |
2 files changed, 27 insertions, 10 deletions
diff --git a/Master/texmf-dist/source/latex/hyperref/doc/manual.tex b/Master/texmf-dist/source/latex/hyperref/doc/manual.tex index e517bf6b16a..677df8efce9 100644 --- a/Master/texmf-dist/source/latex/hyperref/doc/manual.tex +++ b/Master/texmf-dist/source/latex/hyperref/doc/manual.tex @@ -118,7 +118,7 @@ \title{Hypertext marks in \LaTeX: a manual for \textsf{hyperref}} \author{Sebastian Rahtz \and Heiko Oberdiek} -\date{September 2008} +\date{October 2008} \begin{document} @@ -377,9 +377,10 @@ Explorer might add something like this to hyperref.cfg: extension & text & & Set the file extension (e.g.\ \textsf{dvi}) which will be appended to file links created if you use the \textsf{xr} package. \\ hyperfigures & boolean & & \\ -backref & boolean & false & Adds `backlink' text to the end of each item in the bibliography, as a list of +backref & text & false & Adds `backlink' text to the end of each item in the bibliography, as a list of section numbers. This can only work properly \emph{if} there is a blank line after - each \verb|\bibitem|. \\ + each \verb|\bibitem|. Supported values are \verb|section|, \verb|slide|, \verb|page|, + \verb|none|, or \verb|false|. If no value is given, \verb|section| is taken as default.\\ pagebackref & boolean & false & Adds `backlink' text to the end of each item in the bibliography, as a list of page numbers. \\ hyperindex & boolean & true & Makes the page numbers of index entries into hyperlinks. Relays on unique diff --git a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx index 7a6d07cb33d..cec490a6ca0 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/09/27 v6.78k +%<!none> [2008/09/29 v6.78l %<package> Hypertext links for LaTeX] %<nohyperref> Dummy hyperref (SR)] %<driver> Hyperref documentation driver file] @@ -114,7 +114,7 @@ \end{document} %</driver> % \fi -% \CheckSum{24334} +% \CheckSum{24340} % % \MakeShortVerb{|} % \StopEventually{} @@ -1525,9 +1525,13 @@ % If this ligature code will be enabled some day, then the italic % correction should also break the ligatures. Currently this occurs % only, if package |xspace| is loaded. +% +% Since newer AcrobatReader versions now show the en- and emdash in +% a correct way (AR7/Linux, AR8/Linux), the substitution code +% for them is enabled starting with version 6.78l. % \begin{macrocode} -% \HyPsd@Subst{---}\textemdash#1% -% \HyPsd@Subst{--}\textendash#1% + \HyPsd@Subst{---}\textemdash#1% + \HyPsd@Subst{--}\textendash#1% % \HyPsd@Subst{fi}\textfi#1% % \HyPsd@Subst{fl}\textfl#1% \HyPsd@Subst{!`}\textexclamdown#1% @@ -2938,7 +2942,7 @@ \else PDFDocEncoding% \fi - ),% + ):% \MessageBreak removing `\HyPsd@RemoveCmdPrefix#1'% }% } @@ -2964,7 +2968,13 @@ % \begin{macrocode} \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% }% @@ -2975,7 +2985,13 @@ % \begin{macrocode} \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% }% |