diff options
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/hyperref/hyperref.dtx | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx index b729fa347f1..9e991e8e608 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/08/14 v6.78f +%<!none> [2008/08/20 v6.78g %<package> Hypertext links for LaTeX] %<nohyperref> Dummy hyperref (SR)] %<driver> Hyperref documentation driver file] @@ -114,7 +114,7 @@ \end{document} %</driver> % \fi -% \CheckSum{22871} +% \CheckSum{22876} % % \MakeShortVerb{|} % \StopEventually{} @@ -1234,6 +1234,10 @@ \let\@ifnextchar\HyPsd@new@ifnextchar \let\@protected@testopt\HyPsd@protected@testopt % \end{macrocode} +% Support for package `xargs': +% \begin{macrocode} + \let\@protected@testopt@xargs\HyPsd@protected@testopt +% \end{macrocode} % % \subsubsection{Expansion} % There are several possibilities to @@ -3982,7 +3986,7 @@ \@ifundefined{Hy@pdfversion@#1}{% \PackageWarning{hyperref}{% Unsupported PDF version `#1'.\MessageBreak - Valid values: 1.2 until 1.7% + Valid values: 1.2 until 1.9% }% }{% \Hy@setpdfversiontrue @@ -3995,6 +3999,8 @@ \@namedef{Hy@pdfversion@1.5}{5}% \@namedef{Hy@pdfversion@1.6}{6}% \@namedef{Hy@pdfversion@1.7}{7}% +\@namedef{Hy@pdfversion@1.8}{8}% +\@namedef{Hy@pdfversion@1.9}{9}% \def\Hy@pdfversion{2} % \end{macrocode} % |