summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/tex4ht/report.4ht
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-02-22 23:14:32 +0000
committerKarl Berry <karl@freefriends.org>2022-02-22 23:14:32 +0000
commit8a332606cb996f688cd1ef3517d43dfc3208e53e (patch)
treead051b8d76adbc4eeb34f1069c282fefea99ed69 /Master/texmf-dist/tex/generic/tex4ht/report.4ht
parent49e0ddfbe8cefc4c83c1812a1c26affe957f2b8f (diff)
tocdepth fix, texrht r1084
git-svn-id: svn://tug.org/texlive/trunk@62147 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/report.4ht')
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/report.4ht15
1 files changed, 7 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/report.4ht b/Master/texmf-dist/tex/generic/tex4ht/report.4ht
index 6ea5447b8b5..feb4bfc2a72 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/report.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/report.4ht
@@ -1,6 +1,6 @@
-% report.4ht (2021-06-27-08:11), generated from tex4ht-4ht.tex
+% report.4ht (2022-02-22-13:25), generated from tex4ht-4ht.tex
% Copyright 1997-2009 Eitan M. Gurari
-% Copyright 2009-2021 TeX Users Group
+% Copyright 2009-2022 TeX Users Group
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either
@@ -17,7 +17,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2021-06-27-08:11}
+\immediate\write-1{version 2022-02-22-13:25}
\Configure{UndefinedSec}{likepart}
@@ -192,12 +192,11 @@ A script of the form
\else
\ifnum \c@tocdepth >\m@ne chapter,appendix,\fi
\ifnum \c@tocdepth>0 section,\fi
- \ifnum \c@tocdepth>1 subsection,\fi
\fi
-\ifnum \c@tocdepth>2 subsection,\fi
-\ifnum \c@tocdepth>3 subsubsection,\fi
-\ifnum \c@tocdepth>4 paragraph,\fi
-\ifnum \c@tocdepth>5 subparagraph,\fi
+\ifnum \c@tocdepth>1 subsection,\fi
+\ifnum \c@tocdepth>2 subsubsection,\fi
+\ifnum \c@tocdepth>3 paragraph,\fi
+\ifnum \c@tocdepth>4 subparagraph,\fi
UnDFexyz}%
\noexpand\fi}
\def\:tableofcontents{\futurelet\:temp\:TOC}