diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2009-11-22 20:17:10 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2009-11-22 20:17:10 +0000 |
commit | 2343619e5df72635118c615acbb6cf617e4dc55c (patch) | |
tree | b322dc0bd263502cfdb3fec92be5961d5cd52967 /Master/texmf-dist/source/latex | |
parent | 6ba278a06ce73b6c285197033bca22cf71c58055 (diff) |
hyperref update
git-svn-id: svn://tug.org/texlive/trunk@16128 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 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/hyperref/doc/manual.tex b/Master/texmf-dist/source/latex/hyperref/doc/manual.tex index ee623aec628..4cc6a06c89d 100644 --- a/Master/texmf-dist/source/latex/hyperref/doc/manual.tex +++ b/Master/texmf-dist/source/latex/hyperref/doc/manual.tex @@ -122,9 +122,16 @@ \usepackage{hyperref} \fi +\makeatletter +\@ifpackageloaded{tex4ht}{% +}{% + \usepackage{bmhydoc}% +} +\makeatother + \title{Hypertext marks in \LaTeX: a manual for \textsf{hyperref}} \author{Sebastian Rahtz \and Heiko Oberdiek} -\date{October 2009} +\date{November 2009} \begin{document} |