diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/oberdiek/hypdoc.sty')
-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 |