summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/tex4ht/report.4ht
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/report.4ht')
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/report.4ht16
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/report.4ht b/Master/texmf-dist/tex/generic/tex4ht/report.4ht
index 64d4b913fca..709418ba701 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/report.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/report.4ht
@@ -1,7 +1,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% report.4ht 2019-12-19-14:27 %
+% report.4ht 2020-07-16-14:47 %
% Copyright (C) 1997-2009 Eitan M. Gurari %
-% Copyright 2009-2019 TeX Users Group
+% Copyright 2009-2020 TeX Users Group
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either
@@ -188,13 +188,13 @@ A script of the form
\ifnum \c@tocdepth >\z@ section,\fi
\else
\ifnum \c@tocdepth >\m@ne chapter,appendix,\fi
- \ifnum \z@>\c@tocdepth\else section,\fi
- \ifnum 1>\c@tocdepth \else subsection,\fi
+ \ifnum \c@tocdepth>0 section,\fi
+ \ifnum \c@tocdepth>1 subsection,\fi
\fi
-\ifnum 2>\c@tocdepth \else subsection,\fi
-\ifnum 3>\c@tocdepth \else subsubsection,\fi
-\ifnum 4>\c@tocdepth \else paragraph,\fi
-\ifnum 5>\c@tocdepth \else subparagraph,\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
UnDFexyz}%
\noexpand\fi}
\def\:tableofcontents{\futurelet\:temp\:TOC}