diff options
author | Karl Berry <karl@freefriends.org> | 2023-02-03 23:23:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-02-03 23:23:34 +0000 |
commit | f312fc25f5a22ec1734c1416f73b5184b623549f (patch) | |
tree | f811d536cab3b7a92ad541810d4adb181c6926e7 /Master/texmf-dist/source/generic | |
parent | 15fb78595d13adc4a43217f649cb105c5211d322 (diff) |
toc indentation, tex4ht r1291
git-svn-id: svn://tug.org/texlive/trunk@65727 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic')
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/ChangeLog | 5 | ||||
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex | 8 |
2 files changed, 12 insertions, 1 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 |