diff options
author | Karl Berry <karl@freefriends.org> | 2006-09-02 23:38:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-09-02 23:38:42 +0000 |
commit | 281290f82edcec88634a0c6e2eeb51d6d74c4c85 (patch) | |
tree | 11005a1431c116f7fcce9b7f088d5f12777fb682 /Master/texmf-dist/source/latex/hyperref | |
parent | 71104a21525108e9652a04a7451a0db953ba88b0 (diff) |
hyperref update (31aug06)
git-svn-id: svn://tug.org/texlive/trunk@2072 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 | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx index b87911f4a58..0c2ed7d7724 100644 --- a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx +++ b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx @@ -37,7 +37,7 @@ %<pd1enc>\ProvidesFile{pd1enc.def} %<puenc>\ProvidesFile{puenc.def} %<puvnenc>\ProvidesFile{puvnenc.def} -%<!none> [2006/08/16 v6.75c +%<!none> [2006/08/29 v6.75d %<package> Hypertext links for LaTeX] %<nohyperref> Dummy hyperref (SR)] %<driver> Hyperref documentation driver file] @@ -113,7 +113,7 @@ \end{document} %</driver> % \fi -% \CheckSum{19023} +% \CheckSum{19025} % % \MakeShortVerb{|} % \StopEventually{} @@ -4162,7 +4162,7 @@ % |\ProcessKeyvalOptions|, formerly known as % |\ProcessOptionsWithKV|. % \begin{macrocode} -\RequirePackage{kvoptions} +\RequirePackage{kvoptions}[2006/08/17] % \end{macrocode} % % Add option |tex4ht| if package |tex4ht| is loaded. @@ -6198,6 +6198,7 @@ \ifHy@plainpages \def\Hy@temp{\arabic{page}}% \else + \Hy@unicodefalse \pdfstringdef\Hy@temp{\thepage}% \fi \else @@ -7193,6 +7194,7 @@ \else \begingroup \let\@number\@firstofone + \Hy@unicodefalse \pdfstringdef\@the@H@page{\thepage}% \endgroup \gdef\Hy@TempPageAnchor{\hyper@@anchor{page.\@the@H@page}}% @@ -7259,12 +7261,12 @@ \def\toclevel@figure{0} \def\toclevel@table{0} \@ifpackageloaded{listings}{% - \def\theHlstlisting{\thelstlisting}% - \def\toclevel@lstlisting{0}% + \providecommand*\theHlstlisting{\thelstlisting}% + \providecommand*\toclevel@lstlisting{0}% }{} \@ifpackageloaded{listing}{% - \def\theHlisting{\thelisting}% - \def\toclevel@listing{0}% + \providecommand*\theHlisting{\thelisting}% + \providecommand*\toclevel@listing{0}% }{} \def\addcontentsline#1#2#3{% toc extension, type, tag \begingroup |