[tex4ht-commits] [SCM] tex4ht updated: r1291 - trunk/lit

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Fri Feb 3 13:10:35 CET 2023


Author: michal_h21
Date: 2023-02-03 12:10:35 +0000 (Fri, 03 Feb 2023)
New Revision: 1291

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-html4.tex
Log:
fixed indentation of toc entries for paragraphs

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2023-01-24 11:53:35 UTC (rev 1290)
+++ trunk/lit/ChangeLog	2023-02-03 12:10:35 UTC (rev 1291)
@@ -1,3 +1,8 @@
+2023-02-03  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-html4.tex (html4.4ht): fixed indentation of TOC entries for
+	\paragraph and \subparagraph.
+
 2023-01-24  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-ooffice.tex (ooffice.4ht): added missing space in the style

Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex	2023-01-24 11:53:35 UTC (rev 1290)
+++ trunk/lit/tex4ht-html4.tex	2023-02-03 12:10:35 UTC (rev 1291)
@@ -8807,6 +8807,8 @@
    \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 @@
 .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



More information about the tex4ht-commits mailing list.