texlive[66162] branches/branch2022.final/Master/texmf-dist: tex4ht
commits+karl at tug.org
commits+karl at tug.org
Sun Feb 26 00:16:57 CET 2023
Revision: 66162
http://tug.org/svn/texlive?view=revision&revision=66162
Author: karl
Date: 2023-02-26 00:16:57 +0100 (Sun, 26 Feb 2023)
Log Message:
-----------
tex4ht r1300 to branch
Revision Links:
--------------
http://tug.org/svn/texlive?view=revision&revision=1300
Modified Paths:
--------------
branches/branch2022.final/Master/texmf-dist/source/generic/tex4ht/ChangeLog
branches/branch2022.final/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/amsart.4ht
branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/amsbook.4ht
branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/amsproc.4ht
branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/article.4ht
branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/book.4ht
branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/mwart.4ht
branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/mwbk.4ht
branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/mwrep.4ht
branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/report.4ht
branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/scrbook.4ht
branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/scrreprt.4ht
Modified: branches/branch2022.final/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- branches/branch2022.final/Master/texmf-dist/source/generic/tex4ht/ChangeLog 2023-02-25 23:10:06 UTC (rev 66161)
+++ branches/branch2022.final/Master/texmf-dist/source/generic/tex4ht/ChangeLog 2023-02-25 23:16:57 UTC (rev 66162)
@@ -1,3 +1,11 @@
+2023-02-25 Michal Hoftich <michal.h21 at gmail.com>
+ * tex4ht-4ht.tex (amsart.4ht.4ht, amsbook.4ht, amsproc.4ht,
+ article.4ht, book.4ht, mwart.4ht, mwbk.4ht, mwrep.4ht,
+ report.4ht, scrbook.4ht, scrreprt.4ht): print table of contents when
+ \tableofcontents command is used and the document is split to
+ subpages.
+ https://tex.stackexchange.com/a/676531/2891
+
2023-02-22 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-mathjax.tex (mathjax-latex-4ht.4ht): don't restore the
Modified: branches/branch2022.final/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
===================================================================
--- branches/branch2022.final/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex 2023-02-25 23:10:06 UTC (rev 66161)
+++ branches/branch2022.final/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex 2023-02-25 23:16:57 UTC (rev 66162)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 1298 2023-02-19 13:05:01Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1300 2023-02-25 21:15:50Z michal_h21 $
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
% Copyright 2009-2023 TeX Users Group
@@ -15780,7 +15780,7 @@
\let\au:StartSec|=\:StartSec
\def\:StartSec{\:tableofcontents
\global\let\auto:toc|=\:UnDef \global\let\:StartSec\au:StartSec\:StartSec}%
- \pend:def\tableofcontents{\gdef\:StartSec{\au:StartSec}}%
+ \append:def\tableofcontents{\gdef\:StartSec{\au:StartSec}}%
\fi \fi
}
>>>
Modified: branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/amsart.4ht
===================================================================
--- branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/amsart.4ht 2023-02-25 23:10:06 UTC (rev 66161)
+++ branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/amsart.4ht 2023-02-25 23:16:57 UTC (rev 66162)
@@ -1,6 +1,6 @@
-% amsart.4ht (2022-12-16-13:29), generated from tex4ht-4ht.tex
+% amsart.4ht (2023-02-25-15:08), generated from tex4ht-4ht.tex
% Copyright 1997-2009 Eitan M. Gurari
-% Copyright 2009-2022 TeX Users Group
+% Copyright 2009-2023 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 2022-12-16-13:29}
+\immediate\write-1{version 2023-02-25-15:08}
\pend:defII\@starttoc{\par}
\append:def\quote{\par\@totalleftmargin\z@}
@@ -344,7 +344,7 @@
\let\au:StartSec\:StartSec
\def\:StartSec{\:tableofcontents
\global\let\auto:toc\:UnDef \global\let\:StartSec\au:StartSec\:StartSec}%
- \pend:def\tableofcontents{\gdef\:StartSec{\au:StartSec}}%
+ \append:def\tableofcontents{\gdef\:StartSec{\au:StartSec}}%
\fi \fi
}
Modified: branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/amsbook.4ht
===================================================================
--- branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/amsbook.4ht 2023-02-25 23:10:06 UTC (rev 66161)
+++ branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/amsbook.4ht 2023-02-25 23:16:57 UTC (rev 66162)
@@ -1,6 +1,6 @@
-% amsbook.4ht 2022-12-16-13:29, generated from tex4ht-4ht.tex
+% amsbook.4ht 2023-02-25-15:08, generated from tex4ht-4ht.tex
% Copyright 1997-2009 Eitan M. Gurari
-% Copyright 2009-2022 TeX Users Group
+% Copyright 2009-2023 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 2022-12-16-13:29}
+\immediate\write-1{version 2023-02-25-15:08}
\pend:defII\@starttoc{\par}
\append:def\quote{\par\@totalleftmargin\z@}
@@ -402,7 +402,7 @@
\let\au:StartSec\:StartSec
\def\:StartSec{\:tableofcontents
\global\let\auto:toc\:UnDef \global\let\:StartSec\au:StartSec\:StartSec}%
- \pend:def\tableofcontents{\gdef\:StartSec{\au:StartSec}}%
+ \append:def\tableofcontents{\gdef\:StartSec{\au:StartSec}}%
\fi \fi
}
Modified: branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/amsproc.4ht
===================================================================
--- branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/amsproc.4ht 2023-02-25 23:10:06 UTC (rev 66161)
+++ branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/amsproc.4ht 2023-02-25 23:16:57 UTC (rev 66162)
@@ -1,7 +1,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% amsproc.4ht (2022-12-16-13:29), generated from tex4ht-4ht.tex
+% amsproc.4ht (2023-02-25-15:08), generated from tex4ht-4ht.tex
% Copyright (C) 1997-2009 Eitan M. Gurari
-% Copyright 2009-2022 TeX Users Group
+% Copyright 2009-2023 TeX Users Group
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either
@@ -18,7 +18,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2022-12-16-13:29}
+\immediate\write-1{version 2023-02-25-15:08}
\append:def\quote{\par\@totalleftmargin\z@}
@@ -366,7 +366,7 @@
\let\au:StartSec\:StartSec
\def\:StartSec{\:tableofcontents
\global\let\auto:toc\:UnDef \global\let\:StartSec\au:StartSec\:StartSec}%
- \pend:def\tableofcontents{\gdef\:StartSec{\au:StartSec}}%
+ \append:def\tableofcontents{\gdef\:StartSec{\au:StartSec}}%
\fi \fi
}
Modified: branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/article.4ht
===================================================================
--- branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/article.4ht 2023-02-25 23:10:06 UTC (rev 66161)
+++ branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/article.4ht 2023-02-25 23:16:57 UTC (rev 66162)
@@ -1,6 +1,6 @@
-% article.4ht (2022-12-16-13:29), generated from tex4ht-4ht.tex
+% article.4ht (2023-02-25-15:08), generated from tex4ht-4ht.tex
% Copyright 1997-2009 Eitan M. Gurari
-% Copyright 2009-2022 TeX Users Group
+% Copyright 2009-2023 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 2022-12-16-13:29}
+\immediate\write-1{version 2023-02-25-15:08}
\Configure{UndefinedSec}{likepart}
@@ -196,7 +196,7 @@
\let\au:StartSec\:StartSec
\def\:StartSec{\:tableofcontents
\global\let\auto:toc\:UnDef \global\let\:StartSec\au:StartSec\:StartSec}%
- \pend:def\tableofcontents{\gdef\:StartSec{\au:StartSec}}%
+ \append:def\tableofcontents{\gdef\:StartSec{\au:StartSec}}%
\fi \fi
}
Modified: branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/book.4ht
===================================================================
--- branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/book.4ht 2023-02-25 23:10:06 UTC (rev 66161)
+++ branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/book.4ht 2023-02-25 23:16:57 UTC (rev 66162)
@@ -1,6 +1,6 @@
-% book.4ht (2022-12-16-13:29), generated from tex4ht-4ht.tex
+% book.4ht (2023-02-25-15:08), generated from tex4ht-4ht.tex
% Copyright 1997-2009 Eitan M. Gurari
-% Copyright 2009-2022 TeX Users Group
+% Copyright 2009-2023 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 2022-12-16-13:29}
+\immediate\write-1{version 2023-02-25-15:08}
\Configure{UndefinedSec}{likepart}
\Configure{UndefinedSec}{likechapter}
@@ -122,7 +122,7 @@
\let\au:StartSec\:StartSec
\def\:StartSec{\:tableofcontents
\global\let\auto:toc\:UnDef \global\let\:StartSec\au:StartSec\:StartSec}%
- \pend:def\tableofcontents{\gdef\:StartSec{\au:StartSec}}%
+ \append:def\tableofcontents{\gdef\:StartSec{\au:StartSec}}%
\fi \fi
}
Modified: branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/mwart.4ht
===================================================================
--- branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/mwart.4ht 2023-02-25 23:10:06 UTC (rev 66161)
+++ branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/mwart.4ht 2023-02-25 23:16:57 UTC (rev 66162)
@@ -1,6 +1,6 @@
-% mwart.4ht (2022-12-16-13:29), generated from tex4ht-4ht.tex
+% mwart.4ht (2023-02-25-15:08), generated from tex4ht-4ht.tex
% Copyright 2003-2009 Eitan M. Gurari
-% Copyright 2009-2022 TeX Users Group
+% Copyright 2009-2023 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 2022-12-16-13:29}
+\immediate\write-1{version 2023-02-25-15:08}
\NewConfigure{caption}[4]{\c:def\cptA:{#1}\c:def\cptB:{#2}%
\c:def\cptC:{#3}\c:def\cptD:{#4}}
Modified: branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/mwbk.4ht
===================================================================
--- branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/mwbk.4ht 2023-02-25 23:10:06 UTC (rev 66161)
+++ branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/mwbk.4ht 2023-02-25 23:16:57 UTC (rev 66162)
@@ -1,6 +1,6 @@
-% mwbk.4ht (2022-12-16-13:29), generated from tex4ht-4ht.tex
+% mwbk.4ht (2023-02-25-15:08), generated from tex4ht-4ht.tex
% Copyright (C) 2003-2009 Eitan M. Gurari
-% Copyright 2009-2022 TeX Users Group
+% Copyright 2009-2023 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 2022-12-16-13:29}
+\immediate\write-1{version 2023-02-25-15:08}
\NewConfigure{caption}[4]{\c:def\cptA:{#1}\c:def\cptB:{#2}%
\c:def\cptC:{#3}\c:def\cptD:{#4}}
Modified: branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/mwrep.4ht
===================================================================
--- branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/mwrep.4ht 2023-02-25 23:10:06 UTC (rev 66161)
+++ branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/mwrep.4ht 2023-02-25 23:16:57 UTC (rev 66162)
@@ -1,6 +1,6 @@
-% mwrep.4ht (2022-12-16-13:29), generated from tex4ht-4ht.tex
+% mwrep.4ht (2023-02-25-15:08), generated from tex4ht-4ht.tex
% Copyright 2003-2009 Eitan M. Gurari
-% Copyright 2009-2022 TeX Users Group
+% Copyright 2009-2023 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 2022-12-16-13:29}
+\immediate\write-1{version 2023-02-25-15:08}
\NewConfigure{caption}[4]{\c:def\cptA:{#1}\c:def\cptB:{#2}%
\c:def\cptC:{#3}\c:def\cptD:{#4}}
Modified: branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/report.4ht
===================================================================
--- branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/report.4ht 2023-02-25 23:10:06 UTC (rev 66161)
+++ branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/report.4ht 2023-02-25 23:16:57 UTC (rev 66162)
@@ -1,6 +1,6 @@
-% report.4ht (2022-12-16-13:29), generated from tex4ht-4ht.tex
+% report.4ht (2023-02-25-15:08), generated from tex4ht-4ht.tex
% Copyright 1997-2009 Eitan M. Gurari
-% Copyright 2009-2022 TeX Users Group
+% Copyright 2009-2023 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 2022-12-16-13:29}
+\immediate\write-1{version 2023-02-25-15:08}
\Configure{UndefinedSec}{likepart}
@@ -237,7 +237,7 @@
\let\au:StartSec\:StartSec
\def\:StartSec{\:tableofcontents
\global\let\auto:toc\:UnDef \global\let\:StartSec\au:StartSec\:StartSec}%
- \pend:def\tableofcontents{\gdef\:StartSec{\au:StartSec}}%
+ \append:def\tableofcontents{\gdef\:StartSec{\au:StartSec}}%
\fi \fi
}
Modified: branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/scrbook.4ht
===================================================================
--- branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/scrbook.4ht 2023-02-25 23:10:06 UTC (rev 66161)
+++ branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/scrbook.4ht 2023-02-25 23:16:57 UTC (rev 66162)
@@ -1,6 +1,6 @@
-% scrbook.4ht (2022-12-16-13:29), generated from tex4ht-4ht.tex
+% scrbook.4ht (2023-02-25-15:08), generated from tex4ht-4ht.tex
% Copyright 1999-2009 Eitan M. Gurari
-% Copyright 2009-2022 TeX Users Group
+% Copyright 2009-2023 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 2022-12-16-13:29}
+\immediate\write-1{version 2023-02-25-15:08}
\let\o:maketitle:\maketitle
\let\o:maketitle:\maketitle
Modified: branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/scrreprt.4ht
===================================================================
--- branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/scrreprt.4ht 2023-02-25 23:10:06 UTC (rev 66161)
+++ branches/branch2022.final/Master/texmf-dist/tex/generic/tex4ht/scrreprt.4ht 2023-02-25 23:16:57 UTC (rev 66162)
@@ -1,6 +1,6 @@
-% scrreprt.4ht (2022-12-16-13:29), generated from tex4ht-4ht.tex
+% scrreprt.4ht (2023-02-25-15:08), generated from tex4ht-4ht.tex
% Copyright (C) 1999-2009 Eitan M. Gurari
-% Copyright 2009-2022 TeX Users Group
+% Copyright 2009-2023 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 2022-12-16-13:29}
+\immediate\write-1{version 2023-02-25-15:08}
\let\o:maketitle:\maketitle
\def\maketitle{\bgroup
More information about the tex-live-commits
mailing list.