summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-02-25 23:16:57 +0000
committerKarl Berry <karl@freefriends.org>2023-02-25 23:16:57 +0000
commite8af6a85e59107e3a9f5718c1b66746420a17746 (patch)
treea0024715680832d0a277eb00797bc8b97eea61ca /Master/texmf-dist/source
parentf61703e392117c4a52bec113bdae9170c2dd2781 (diff)
tex4ht r1300 to branch
git-svn-id: svn://tug.org/texlive/branches/branch2022.final@66162 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/ChangeLog8
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex4
2 files changed, 10 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
index 4a734b08d1b..78ef708e33d 100644
--- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog
+++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
@@ -1,3 +1,11 @@
+2023-02-25 Michal Hoftich <michal.h21@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@gmail.com>
* tex4ht-mathjax.tex (mathjax-latex-4ht.4ht): don't restore the
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
index e308f92ae24..57e5e215b99 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
@@ -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 @@ any of the options is on.
\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
}
>>>