diff options
author | Karl Berry <karl@freefriends.org> | 2007-01-09 01:38:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-01-09 01:38:00 +0000 |
commit | ac54b3e8d8a00592eba61f92e43c8dadae2dd432 (patch) | |
tree | 3e61f67a0a8f5c0194d4d628933fd8fc91dc06e0 /Master/texmf-dist/source/latex/hyperref | |
parent | 75749358b57f757623123e34d01f1d7c02379873 (diff) |
hyperref update (7jan07)
git-svn-id: svn://tug.org/texlive/trunk@3261 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 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx index dac9207478f..7f4d0bc5bc8 100644 --- a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx +++ b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx @@ -1,6 +1,7 @@ % \iffalse %% File: hyperref.dtx Copyright 1995-2001 Sebastian Rahtz, -% with portions written by David Carlisle and Heiko Oberdiek. +% with portions written by David Carlisle and Heiko Oberdiek, +% 2001-2007 Heiko Oberdiek. %% %% This file is part of the `Hyperref Bundle'. %% ------------------------------------------- @@ -38,7 +39,7 @@ %<puenc>\ProvidesFile{puenc.def} %<puvnenc>\ProvidesFile{puvnenc.def} %<puarenc>\ProvidesFile{puarenc.def} -%<!none> [2006/12/30 v6.75k +%<!none> [2007/01/06 v6.75l %<package> Hypertext links for LaTeX] %<nohyperref> Dummy hyperref (SR)] %<driver> Hyperref documentation driver file] @@ -115,7 +116,7 @@ \end{document} %</driver> % \fi -% \CheckSum{19639} +% \CheckSum{19645} % % \MakeShortVerb{|} % \StopEventually{} @@ -8482,6 +8483,10 @@ \pdftexrevision } \else + \ifnum\pdftexversion<140 % + \else + \def\@pdfproducer{pdfTeX}% + \fi \edef\@pdfproducer{% \@pdfproducer-% \expandafter\@car\the\pdftexversion\@empty\@nil.% |