diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/hypdoc/hypdoc.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/hypdoc/hypdoc.sty | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/hypdoc/hypdoc.sty b/Master/texmf-dist/tex/latex/hypdoc/hypdoc.sty index fc378400b47..3205f4ce86d 100644 --- a/Master/texmf-dist/tex/latex/hypdoc/hypdoc.sty +++ b/Master/texmf-dist/tex/latex/hypdoc/hypdoc.sty @@ -9,11 +9,11 @@ %% This is a generated file. %% %% Project: hypdoc -%% Version: 2022-07-03 v1.17 +%% Version: 2023-01-23 v1.18 %% %% Copyright (C) %% 2002, 2006, 2007, 2009-2011 Heiko Oberdiek -%% 2016-2022 Oberdiek Package Support Group +%% 2016-2023 Oberdiek Package Support Group %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either @@ -37,7 +37,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{hypdoc}% - [2022-07-03 v1.17 Hyper extensions for doc.sty (HO)]% + [2023-01-23 v1.18 Hyper extensions for doc.sty (HO)]% \newif\ifHD@numbered \DeclareOption{numbered}{\HD@numberedtrue} \ProcessOptions*\relax @@ -102,7 +102,7 @@ \def\HD@guesstoclevel#1{% \expandafter\HD@@guesstoclevel#1\section\HD@end } -\def\HD@@guesstoclevel#1#2\HD@end{% +\long\def\HD@@guesstoclevel#1#2\HD@end{% \@ifundefined{toclevel@\expandafter\@gobble\string#1\@empty}{% 1% }{% |