summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-02-03 23:23:34 +0000
committerKarl Berry <karl@freefriends.org>2023-02-03 23:23:34 +0000
commitf312fc25f5a22ec1734c1416f73b5184b623549f (patch)
treef811d536cab3b7a92ad541810d4adb181c6926e7
parent15fb78595d13adc4a43217f649cb105c5211d322 (diff)
toc indentation, tex4ht r1291
git-svn-id: svn://tug.org/texlive/trunk@65727 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/ChangeLog5
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex8
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/html4.4ht12
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty4
4 files changed, 24 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
index 25af05a5acb..12b4854a33f 100644
--- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog
+++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
@@ -1,3 +1,8 @@
+2023-02-03 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-html4.tex (html4.4ht): fixed indentation of TOC entries for
+ \paragraph and \subparagraph.
+
2023-01-24 Michal Hoftich <michal.h21@gmail.com>
* tex4ht-ooffice.tex (ooffice.4ht): added missing space in the style
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
index 27620e4ee1c..b519d8e5af3 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-html4.tex 1282 2023-01-08 15:27:15Z karl $
+% $Id: tex4ht-html4.tex 1291 2023-02-03 12:10:35Z michal_h21 $
% Compile 4 times: latex tex4ht-html4
% Copy html4.4ht into the work directory before all but the last compilation.
%
@@ -8807,6 +8807,8 @@ The hbox is for avoiding the start of a new paragraph, if in vmode.
\if:Option
\Css{.subsectionToc, .likesubsectionToc {margin-left:2em;}}
\Css{.subsubsectionToc, .likesubsubsectionToc {margin-left:4em;}}
+ \Css{.paragraphToc, .likeparagraphToc {margin-left:6em;}}
+ \Css{.subparagraphToc, .likesubparagraphToc {margin-left:8em;}}
\fi
\fi
>>>
@@ -8963,6 +8965,10 @@ The hbox is for avoiding the start of a new paragraph, if in vmode.
.likechapterToc \string~ .sectionToc \string~ .subsectionToc \string~ .subsubsectionToc
{margin-left:6em;}}
+
+\Css{.paragraphToc, .likeparagraphToc {margin-left:8em;}}
+\Css{.subparagraphToc, .likesubparagraphToc {margin-left:10em;}}
+
\Css{
.likesectionToc ,
.sectionToc
diff --git a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
index c1c0b8ded3f..8fa46c8b1fd 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
@@ -1,4 +1,4 @@
-% html4.4ht (2023-01-10-13:30), generated from tex4ht-html4.tex
+% html4.4ht (2023-02-03-14:50), generated from tex4ht-html4.tex
% Copyright 2009-2023 TeX Users Group
% Copyright 1997-2009 Eitan M. Gurari
%
@@ -17,7 +17,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2023-01-10-13:30}
+\immediate\write-1{version 2023-02-03-14:50}
\exit:ifnot{8859-6,%
CJK,%
@@ -6092,6 +6092,10 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
.likechapterToc \string~ .sectionToc \string~ .subsectionToc \string~ .subsubsectionToc
{margin-left:6em;}}
+
+\Css{.paragraphToc, .likeparagraphToc {margin-left:8em;}}
+\Css{.subparagraphToc, .likesubparagraphToc {margin-left:10em;}}
+
\Css{
.likesectionToc ,
.sectionToc
@@ -11358,6 +11362,8 @@ j{01F0}H{021E}h{021F}\i{01D0}\j{01F0}%
\if:Option
\Css{.subsectionToc, .likesubsectionToc {margin-left:2em;}}
\Css{.subsubsectionToc, .likesubsubsectionToc {margin-left:4em;}}
+ \Css{.paragraphToc, .likeparagraphToc {margin-left:6em;}}
+ \Css{.subparagraphToc, .likesubparagraphToc {margin-left:8em;}}
\fi
\fi
@@ -40580,5 +40586,7 @@ y{\ht:special{t4ht@+\string&{35}x00FD{59}}y}%
+
+
\endinput
diff --git a/Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty b/Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty
index 20079c61c6f..acd3921589a 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty
+++ b/Master/texmf-dist/tex/generic/tex4ht/tex4ht.sty
@@ -1,7 +1,7 @@
\ifnum\the\catcode`\%=14\else\expandafter\edef\csname
\string:RestoreCatcodes\endcsname{\catcode`\%\the
\catcode`\%}\catcode`\%14\fi
-% tex4ht.sty (2023-01-01-18:19), generated from tex4ht-sty.tex
+% tex4ht.sty (2023-02-03-14:48), generated from tex4ht-sty.tex
% Copyright 2009-2023 TeX Users Group
% Copyright 1996-2009 Eitan M. Gurari
%
@@ -20,7 +20,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2023-01-01-18:19}
+\immediate\write-1{version 2023-02-03-14:48}
\ifx \Preamble\UnDef \else