summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2009-11-25 21:31:43 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2009-11-25 21:31:43 +0000
commit69aadba877d0390d6f7305803b6bb80bd5251c0d (patch)
tree16adca26009086aec938e662e15da45b61b333a3 /Master/texmf-dist/source
parent31f75760f8c6c3853177680408d7f6fec2801687 (diff)
hyperref update (2009/11/22)
git-svn-id: svn://tug.org/texlive/trunk@16163 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/latex/hyperref/bmhydoc.sty26
-rw-r--r--Master/texmf-dist/source/latex/hyperref/hyperref.dtx5
2 files changed, 24 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/hyperref/bmhydoc.sty b/Master/texmf-dist/source/latex/hyperref/bmhydoc.sty
index a250f2261e6..b9946eb2173 100644
--- a/Master/texmf-dist/source/latex/hyperref/bmhydoc.sty
+++ b/Master/texmf-dist/source/latex/hyperref/bmhydoc.sty
@@ -1,6 +1,6 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{bmhydoc}
- [2007/03/19 Bookmark section with hyperref documentation (HO)]
+ [2009/11/22 Bookmark section with hyperref documentation (HO)]
% This package adds bookmark entries that are added at the end
% and lists and links the PDF files of the hyperref documentation.
@@ -16,7 +16,10 @@
% 2007/03/19
% * Use package bookmark that also support other drivers
% than pdfTeX.
+% 2009/11/22
+% * Bug fix: correction of "this file".
+\RequirePackage{pifont}
\RequirePackage[atend]{bookmark}[2007/04/04]
\BookmarkAtEnd{%
@@ -92,13 +95,26 @@
Source code documentation:
\begin{description}
\entry{hyperref.pdf}{hyperref.dtx}
- This is the source code documentation for hyperref (this file).
+ This is the source code documentation for hyperref%
+ \@thisfile{hyperref}.
\entry{backref.pdf}{backref.dtx}
- ``Back referencing from bibliographical citations''
+ ``Back referencing from bibliographical citations''%
+ \@thisfile{backref}
\entry{nameref.pdf}{nameref.dtx}
- ``Section name references in \LaTeX''
+ ``Section name references in \LaTeX''%
+ \@thisfile{nameref}%
\end{description}
\endgroup
}
-
+\edef\@jobname{\jobname}
+\def\@thisfile#1{%
+ \begingroup
+ \edef\x{#1}%
+ \@onelevel@sanitize\x
+ \ifx\x\@jobname
+ \marginpar{\hfill\ding{43}}%
+ \space(this file)%
+ \fi
+ \endgroup
+}
\endinput
diff --git a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx
index 6dc5f86a314..e7a2ee3f29c 100644
--- a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx
+++ b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx
@@ -79,13 +79,14 @@
%
% title
%
- \GetFileInfo{hyperref.sty}%
+ \GetFileInfo{hyperref.drv}%
\title{Hypertext marks in \LaTeX}%
\author{Sebastian Rahtz\\%
Email: \texttt{sebastian.rahtz@oucs.ox.ac.uk}\\[1.5ex]%
Heiko Oberdiek\\%
Email: \texttt{oberdiek@uni-freiburg.de}}%
- \date{processed \today}%
+ % \date{processed \today}%
+ \date{\filedate\space\fileversion}%
\maketitle
%
% overview