diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-26 21:48:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-26 21:48:50 +0000 |
commit | 8de464391f34ff48f5909697c17029955fab69ba (patch) | |
tree | 0cb94c919f7116453339030d04fb7771502fbf8e /Master/texmf-dist/tex/latex/oberdiek | |
parent | 2b9849f3cee2b95c4e8b11aa69a30ed1ba52f49f (diff) |
oberdiek (26mar17)
git-svn-id: svn://tug.org/texlive/trunk@43610 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/oberdiek')
-rw-r--r-- | Master/texmf-dist/tex/latex/oberdiek/hypdoc.sty | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/oberdiek/hypdoc.sty b/Master/texmf-dist/tex/latex/oberdiek/hypdoc.sty index 2d49d9a2fcb..e4e2e07f1d0 100644 --- a/Master/texmf-dist/tex/latex/oberdiek/hypdoc.sty +++ b/Master/texmf-dist/tex/latex/oberdiek/hypdoc.sty @@ -9,7 +9,7 @@ %% This is a generated file. %% %% Project: hypdoc -%% Version: 2016/05/16 v1.12 +%% Version: 2016/10/02 v1.13 %% %% Copyright (C) 2002, 2006, 2007, 2009-2011 by %% Heiko Oberdiek <heiko.oberdiek at googlemail.com> @@ -34,7 +34,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{hypdoc}% - [2016/05/16 v1.12 Hyper extensions for doc.sty (HO)]% + [2016/10/02 v1.13 Hyper extensions for doc.sty (HO)]% \newif\ifHD@numbered \DeclareOption{numbered}{\HD@numberedtrue} \ProcessOptions*\relax @@ -149,7 +149,7 @@ \else \stepcounter{HD@unique}% \pdfbookmark[\HD@guesstoclevel{\HDorg@listoffigures}]% - {\contentsname}{toc\theHD@unique}% + {\listfigurename}{toc\theHD@unique}% \fi \begingroup \HD@sectionpatch @@ -162,7 +162,7 @@ \else \stepcounter{HD@unique}% \pdfbookmark[\HD@guesstoclevel{\HDorg@listoftables}]% - {\contentsname}{toc\theHD@unique}% + {\listtablename}{toc\theHD@unique}% \fi \begingroup \HD@sectionpatch @@ -244,7 +244,7 @@ \let\Hy@writebookmark\HDorg@writebookmark \stepcounter{HD@unique}% \pdfbookmark[\HD@guesstoclevel{\HDorg@glossary@prologue}]% - {\glossaryname}{glossary\theHD@unique}% + {\changehistoryname}{glossary\theHD@unique}% \endgroup \fi \HDorg@glossary@prologue @@ -252,6 +252,7 @@ \HDorg@theglossary } \providecommand*{\glossaryname}{Change History} +\providecommand*{\changehistoryname}{\glossaryname} \newcounter{HD@hypercount} \newlength{\HD@helplength} \newif\ifHD@savedest |