texlive[62147] Master/texmf-dist: tocdepth fix, texrht r1084

commits+karl at tug.org commits+karl at tug.org
Wed Feb 23 00:14:32 CET 2022


Revision: 62147
          http://tug.org/svn/texlive?view=revision&revision=62147
Author:   karl
Date:     2022-02-23 00:14:32 +0100 (Wed, 23 Feb 2022)
Log Message:
-----------
tocdepth fix, texrht r1084

Revision Links:
--------------
    http://tug.org/svn/texlive?view=revision&revision=1084

Modified Paths:
--------------
    trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
    trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
    trunk/Master/texmf-dist/tex/generic/tex4ht/article.4ht
    trunk/Master/texmf-dist/tex/generic/tex4ht/book.4ht
    trunk/Master/texmf-dist/tex/generic/tex4ht/mwart.4ht
    trunk/Master/texmf-dist/tex/generic/tex4ht/mwbk.4ht
    trunk/Master/texmf-dist/tex/generic/tex4ht/mwrep.4ht
    trunk/Master/texmf-dist/tex/generic/tex4ht/report.4ht
    trunk/Master/texmf-dist/tex/generic/tex4ht/scrbook.4ht
    trunk/Master/texmf-dist/tex/generic/tex4ht/scrreprt.4ht

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2022-02-22 22:48:10 UTC (rev 62146)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2022-02-22 23:14:32 UTC (rev 62147)
@@ -1,3 +1,10 @@
+2022-02-22  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (
+	  article.4ht, book.4ht, mwart.4ht, mwbk.4ht,
+	  mwrep.4ht, report.4ht, scrbook.4ht, scrreprt.4ht
+	): corrected handling of the tocdepth counter.
+
 2022-02-19  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (hyperref-hooks.4ht): define autoref captions, so

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2022-02-22 22:48:10 UTC (rev 62146)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2022-02-22 23:14:32 UTC (rev 62147)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 1082 2022-02-19 21:28:26Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1084 2022-02-22 13:19:45Z michal_h21 $
 % tex tex4ht-4ht   or   ht tex tex4ht-4ht
 %
 % Copyright 2009-2022 TeX Users Group    
@@ -5179,7 +5179,7 @@
 
 \<hyperref-hooks.4ht\><<<
 % hyperref-hooks.4ht (|version), generated from |jobname.tex
-% Copyright 2021 TeX Users Group
+% Copyright 2022 TeX Users Group
 |<TeX4ht license text|>
 \:AtEndOfPackage{%
 |<load nameref in hyperref hooks|>
@@ -13900,12 +13900,11 @@
 \else
    \ifnum \c at tocdepth >\m at ne chapter,appendix,\fi
    \ifnum \c at tocdepth>0 section,\fi
-   \ifnum \c at tocdepth>1 subsection,\fi
 \fi
-\ifnum \c at tocdepth>2 subsection,\fi
-\ifnum \c at tocdepth>3 subsubsection,\fi
-\ifnum \c at tocdepth>4 paragraph,\fi
-\ifnum \c at tocdepth>5 subparagraph,\fi
+\ifnum \c at tocdepth>1 subsection,\fi
+\ifnum \c at tocdepth>2 subsubsection,\fi
+\ifnum \c at tocdepth>3 paragraph,\fi
+\ifnum \c at tocdepth>4 subparagraph,\fi
 UnDFexyz>>>
 
 \Verbatim
@@ -16185,12 +16184,11 @@
 \else
    \ifnum \c at tocdepth >\m at ne chapter,appendix,\fi
    \ifnum \z@>\c at tocdepth\else section,\fi
-   \ifnum 1>\c at tocdepth \else subsection,\fi
 \fi
-\ifnum 2>\c at tocdepth \else subsection,\fi
-\ifnum 3>\c at tocdepth \else subsubsection,\fi
-\ifnum 4>\c at tocdepth \else paragraph,\fi
-\ifnum 5>\c at tocdepth \else subparagraph,\fi
+\ifnum 1>\c at tocdepth \else subsection,\fi
+\ifnum 2>\c at tocdepth \else subsubsection,\fi
+\ifnum 3>\c at tocdepth \else paragraph,\fi
+\ifnum 4>\c at tocdepth \else subparagraph,\fi
 UnDFexyz}%
    \noexpand\fi}
 \def\:tableofcontents{\futurelet\:temp\:TOC}
@@ -16387,10 +16385,10 @@
 \<entries for mwart tocs\><<<
 \ifnum \c at tocdepth >-2 part,likepart,\fi
 \ifnum \c at tocdepth >\z@  section,likesection,\fi
-\ifnum 2>\c at tocdepth \else subsection,likesubsection,\fi
-\ifnum 3>\c at tocdepth \else subsubsection,likesubsubsection,\fi
-\ifnum 4>\c at tocdepth \else paragraph,likeparagraph,\fi
-\ifnum 5>\c at tocdepth \else subparagraph,likesubparagraph,\fi
+\ifnum 1>\c at tocdepth \else subsection,likesubsection,\fi
+\ifnum 2>\c at tocdepth \else subsubsection,likesubsubsection,\fi
+\ifnum 3>\c at tocdepth \else paragraph,likeparagraph,\fi
+\ifnum 4>\c at tocdepth \else subparagraph,likesubparagraph,\fi
 UnDFexyz>>>
 
 \<mwart tocs\><<<
@@ -16582,10 +16580,10 @@
 \ifnum \c at tocdepth >-2 part,likepart,\fi
 \ifnum \c at tocdepth >\m at ne chapter,likechapter,appendix,\fi
 \ifnum \z@>\c at tocdepth\else section,likesection,\fi
-\ifnum 2>\c at tocdepth \else subsection,likesubsection,\fi
-\ifnum 3>\c at tocdepth \else subsubsection,likesubsubsection,\fi
-\ifnum 4>\c at tocdepth \else paragraph,likeparagraph,\fi
-\ifnum 5>\c at tocdepth \else subparagraph,likesubparagraph,\fi
+\ifnum 1>\c at tocdepth \else subsection,likesubsection,\fi
+\ifnum 2>\c at tocdepth \else subsubsection,likesubsubsection,\fi
+\ifnum 3>\c at tocdepth \else paragraph,likeparagraph,\fi
+\ifnum 4>\c at tocdepth \else subparagraph,likesubparagraph,\fi
 UnDFexyz>>>
 
 \<mwrep,mwbk tocs\><<<
@@ -17396,12 +17394,11 @@
 \else
    \ifnum \c at tocdepth >\m at ne chapter,appendix,addchap,\fi
     \ifnum \c at tocdepth>0 section,\fi
-   \ifnum \c at tocdepth>1 subsection,\fi
 \fi
-\ifnum \c at tocdepth>2 subsection,\fi
-\ifnum \c at tocdepth>3 subsubsection,\fi
-\ifnum \c at tocdepth>4 paragraph,\fi
-\ifnum \c at tocdepth>5 subparagraph,\fi
+\ifnum \c at tocdepth>1 subsection,\fi
+\ifnum \c at tocdepth>2 subsubsection,\fi
+\ifnum \c at tocdepth>3 paragraph,\fi
+\ifnum \c at tocdepth>4 subparagraph,\fi
 UnDFexyz}%
    \noexpand\fi}
 \def\:tableofcontents{\futurelet\:temp\:TOC}
@@ -17792,10 +17789,9 @@
    \ifnum \c at tocdepth >\m at ne chapter,appendix,addchap,\fi
    \ifnum \c at tocdepth>0 section,\fi
    \ifnum \c at tocdepth>1 subsection,\fi
-\ifnum \c at tocdepth>2 subsection,\fi
-\ifnum \c at tocdepth>3 subsubsection,\fi
-\ifnum \c at tocdepth>4 paragraph,\fi
-\ifnum \c at tocdepth>5 subparagraph,\fi
+\ifnum \c at tocdepth>2 subsubsection,\fi
+\ifnum \c at tocdepth>3 paragraph,\fi
+\ifnum \c at tocdepth>4 subparagraph,\fi
 UnDFexyz}%
    \noexpand\fi}
 \def\:tableofcontents{\futurelet\:temp\:TOC}

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/article.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/article.4ht	2022-02-22 22:48:10 UTC (rev 62146)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/article.4ht	2022-02-22 23:14:32 UTC (rev 62147)
@@ -1,6 +1,6 @@
-% article.4ht (2021-05-16-09:21), generated from tex4ht-4ht.tex
+% article.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-05-16-09:21}
+\immediate\write-1{version 2022-02-22-13:25}
 
 
 \Configure{UndefinedSec}{likepart}
@@ -151,12 +151,11 @@
 \else
    \ifnum \c at tocdepth >\m at ne chapter,appendix,\fi
    \ifnum \c at tocdepth>0 section,\fi
-   \ifnum \c at tocdepth>1 subsection,\fi
 \fi
-\ifnum \c at tocdepth>2 subsection,\fi
-\ifnum \c at tocdepth>3 subsubsection,\fi
-\ifnum \c at tocdepth>4 paragraph,\fi
-\ifnum \c at tocdepth>5 subparagraph,\fi
+\ifnum \c at tocdepth>1 subsection,\fi
+\ifnum \c at tocdepth>2 subsubsection,\fi
+\ifnum \c at tocdepth>3 paragraph,\fi
+\ifnum \c at tocdepth>4 subparagraph,\fi
 UnDFexyz}%
    \noexpand\fi}
 \def\:tableofcontents{\futurelet\:temp\:TOC}

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/book.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/book.4ht	2022-02-22 22:48:10 UTC (rev 62146)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/book.4ht	2022-02-22 23:14:32 UTC (rev 62147)
@@ -1,6 +1,6 @@
-% book.4ht (2021-05-16-09:21), generated from tex4ht-4ht.tex
+% book.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-05-16-09:21}
+\immediate\write-1{version 2022-02-22-13:25}
 
 \Configure{UndefinedSec}{likepart}
 \Configure{UndefinedSec}{likechapter}
@@ -77,12 +77,11 @@
 \else
    \ifnum \c at tocdepth >\m at ne chapter,appendix,\fi
    \ifnum \c at tocdepth>0 section,\fi
-   \ifnum \c at tocdepth>1 subsection,\fi
 \fi
-\ifnum \c at tocdepth>2 subsection,\fi
-\ifnum \c at tocdepth>3 subsubsection,\fi
-\ifnum \c at tocdepth>4 paragraph,\fi
-\ifnum \c at tocdepth>5 subparagraph,\fi
+\ifnum \c at tocdepth>1 subsection,\fi
+\ifnum \c at tocdepth>2 subsubsection,\fi
+\ifnum \c at tocdepth>3 paragraph,\fi
+\ifnum \c at tocdepth>4 subparagraph,\fi
 UnDFexyz}%
    \noexpand\fi}
 \def\:tableofcontents{\futurelet\:temp\:TOC}

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/mwart.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/mwart.4ht	2022-02-22 22:48:10 UTC (rev 62146)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/mwart.4ht	2022-02-22 23:14:32 UTC (rev 62147)
@@ -1,6 +1,6 @@
-% mwart.4ht (2021-07-06-14:22), generated from tex4ht-4ht.tex
+% mwart.4ht (2022-02-22-13:25), generated from tex4ht-4ht.tex
 % Copyright 2003-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-07-06-14:22}
+\immediate\write-1{version 2022-02-22-13:25}
 
   \NewConfigure{caption}[4]{\c:def\cptA:{#1}\c:def\cptB:{#2}%
    \c:def\cptC:{#3}\c:def\cptD:{#4}}
@@ -297,10 +297,10 @@
    \noexpand\else
       \noexpand\Auto:ent{\ifnum \c at tocdepth >-2 part,likepart,\fi
 \ifnum \c at tocdepth >\z@  section,likesection,\fi
-\ifnum 2>\c at tocdepth \else subsection,likesubsection,\fi
-\ifnum 3>\c at tocdepth \else subsubsection,likesubsubsection,\fi
-\ifnum 4>\c at tocdepth \else paragraph,likeparagraph,\fi
-\ifnum 5>\c at tocdepth \else subparagraph,likesubparagraph,\fi
+\ifnum 1>\c at tocdepth \else subsection,likesubsection,\fi
+\ifnum 2>\c at tocdepth \else subsubsection,likesubsubsection,\fi
+\ifnum 3>\c at tocdepth \else paragraph,likeparagraph,\fi
+\ifnum 4>\c at tocdepth \else subparagraph,likesubparagraph,\fi
 UnDFexyz}%
    \noexpand\fi}
 

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/mwbk.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/mwbk.4ht	2022-02-22 22:48:10 UTC (rev 62146)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/mwbk.4ht	2022-02-22 23:14:32 UTC (rev 62147)
@@ -1,6 +1,6 @@
-% mwbk.4ht (2021-07-06-14:22), generated from tex4ht-4ht.tex
+% mwbk.4ht (2022-02-22-13:25), generated from tex4ht-4ht.tex
 % Copyright (C) 2003-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-07-06-14:22}
+\immediate\write-1{version 2022-02-22-13:25}
 
   \NewConfigure{caption}[4]{\c:def\cptA:{#1}\c:def\cptB:{#2}%
    \c:def\cptC:{#3}\c:def\cptD:{#4}}
@@ -310,10 +310,10 @@
       \noexpand\Auto:ent{\ifnum \c at tocdepth >-2 part,likepart,\fi
 \ifnum \c at tocdepth >\m at ne chapter,likechapter,appendix,\fi
 \ifnum \z@>\c at tocdepth\else section,likesection,\fi
-\ifnum 2>\c at tocdepth \else subsection,likesubsection,\fi
-\ifnum 3>\c at tocdepth \else subsubsection,likesubsubsection,\fi
-\ifnum 4>\c at tocdepth \else paragraph,likeparagraph,\fi
-\ifnum 5>\c at tocdepth \else subparagraph,likesubparagraph,\fi
+\ifnum 1>\c at tocdepth \else subsection,likesubsection,\fi
+\ifnum 2>\c at tocdepth \else subsubsection,likesubsubsection,\fi
+\ifnum 3>\c at tocdepth \else paragraph,likeparagraph,\fi
+\ifnum 4>\c at tocdepth \else subparagraph,likesubparagraph,\fi
 UnDFexyz}%
    \noexpand\fi}
 

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/mwrep.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/mwrep.4ht	2022-02-22 22:48:10 UTC (rev 62146)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/mwrep.4ht	2022-02-22 23:14:32 UTC (rev 62147)
@@ -1,6 +1,6 @@
-% mwrep.4ht (2021-07-06-14:22), generated from tex4ht-4ht.tex
+% mwrep.4ht (2022-02-22-13:25), generated from tex4ht-4ht.tex
 % Copyright 2003-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-07-06-14:22}
+\immediate\write-1{version 2022-02-22-13:25}
 
   \NewConfigure{caption}[4]{\c:def\cptA:{#1}\c:def\cptB:{#2}%
    \c:def\cptC:{#3}\c:def\cptD:{#4}}
@@ -310,10 +310,10 @@
       \noexpand\Auto:ent{\ifnum \c at tocdepth >-2 part,likepart,\fi
 \ifnum \c at tocdepth >\m at ne chapter,likechapter,appendix,\fi
 \ifnum \z@>\c at tocdepth\else section,likesection,\fi
-\ifnum 2>\c at tocdepth \else subsection,likesubsection,\fi
-\ifnum 3>\c at tocdepth \else subsubsection,likesubsubsection,\fi
-\ifnum 4>\c at tocdepth \else paragraph,likeparagraph,\fi
-\ifnum 5>\c at tocdepth \else subparagraph,likesubparagraph,\fi
+\ifnum 1>\c at tocdepth \else subsection,likesubsection,\fi
+\ifnum 2>\c at tocdepth \else subsubsection,likesubsubsection,\fi
+\ifnum 3>\c at tocdepth \else paragraph,likeparagraph,\fi
+\ifnum 4>\c at tocdepth \else subparagraph,likesubparagraph,\fi
 UnDFexyz}%
    \noexpand\fi}
 

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/report.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/report.4ht	2022-02-22 22:48:10 UTC (rev 62146)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/report.4ht	2022-02-22 23:14:32 UTC (rev 62147)
@@ -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 @@
 \else
    \ifnum \c at tocdepth >\m at ne chapter,appendix,\fi
    \ifnum \c at tocdepth>0 section,\fi
-   \ifnum \c at tocdepth>1 subsection,\fi
 \fi
-\ifnum \c at tocdepth>2 subsection,\fi
-\ifnum \c at tocdepth>3 subsubsection,\fi
-\ifnum \c at tocdepth>4 paragraph,\fi
-\ifnum \c at tocdepth>5 subparagraph,\fi
+\ifnum \c at tocdepth>1 subsection,\fi
+\ifnum \c at tocdepth>2 subsubsection,\fi
+\ifnum \c at tocdepth>3 paragraph,\fi
+\ifnum \c at tocdepth>4 subparagraph,\fi
 UnDFexyz}%
    \noexpand\fi}
 \def\:tableofcontents{\futurelet\:temp\:TOC}

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/scrbook.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/scrbook.4ht	2022-02-22 22:48:10 UTC (rev 62146)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/scrbook.4ht	2022-02-22 23:14:32 UTC (rev 62147)
@@ -1,6 +1,6 @@
-% scrbook.4ht (2021-10-19-14:11), generated from tex4ht-4ht.tex
+% scrbook.4ht (2022-02-22-13:25), generated from tex4ht-4ht.tex
 % Copyright 1999-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-10-19-14:11}
+\immediate\write-1{version 2022-02-22-13:25}
 
 \let\o:maketitle:\maketitle
 \let\o:maketitle:\maketitle
@@ -132,12 +132,11 @@
 \else
    \ifnum \c at tocdepth >\m at ne chapter,appendix,addchap,\fi
     \ifnum \c at tocdepth>0 section,\fi
-   \ifnum \c at tocdepth>1 subsection,\fi
 \fi
-\ifnum \c at tocdepth>2 subsection,\fi
-\ifnum \c at tocdepth>3 subsubsection,\fi
-\ifnum \c at tocdepth>4 paragraph,\fi
-\ifnum \c at tocdepth>5 subparagraph,\fi
+\ifnum \c at tocdepth>1 subsection,\fi
+\ifnum \c at tocdepth>2 subsubsection,\fi
+\ifnum \c at tocdepth>3 paragraph,\fi
+\ifnum \c at tocdepth>4 subparagraph,\fi
 UnDFexyz}%
    \noexpand\fi}
 \def\:tableofcontents{\futurelet\:temp\:TOC}

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/scrreprt.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/scrreprt.4ht	2022-02-22 22:48:10 UTC (rev 62146)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/scrreprt.4ht	2022-02-22 23:14:32 UTC (rev 62147)
@@ -1,6 +1,6 @@
-% scrreprt.4ht (2021-10-19-14:11), generated from tex4ht-4ht.tex
+% scrreprt.4ht (2022-02-22-13:25), generated from tex4ht-4ht.tex
 % Copyright (C) 1999-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-10-19-14:11}
+\immediate\write-1{version 2022-02-22-13:25}
 
 \let\o:maketitle:\maketitle
 \def\maketitle{\bgroup
@@ -205,10 +205,9 @@
    \ifnum \c at tocdepth >\m at ne chapter,appendix,addchap,\fi
    \ifnum \c at tocdepth>0 section,\fi
    \ifnum \c at tocdepth>1 subsection,\fi
-\ifnum \c at tocdepth>2 subsection,\fi
-\ifnum \c at tocdepth>3 subsubsection,\fi
-\ifnum \c at tocdepth>4 paragraph,\fi
-\ifnum \c at tocdepth>5 subparagraph,\fi
+\ifnum \c at tocdepth>2 subsubsection,\fi
+\ifnum \c at tocdepth>3 paragraph,\fi
+\ifnum \c at tocdepth>4 subparagraph,\fi
 UnDFexyz}%
    \noexpand\fi}
 \def\:tableofcontents{\futurelet\:temp\:TOC}



More information about the tex-live-commits mailing list.