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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Tue Oct 12 14:17:54 CEST 2021


Author: michal_h21
Date: 2021-10-12 12:17:53 +0000 (Tue, 12 Oct 2021)
New Revision: 992

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-html4.tex
Log:
cleanup for paragraph and subparagraph in the html output

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2021-10-10 18:03:42 UTC (rev 991)
+++ trunk/lit/ChangeLog	2021-10-12 12:17:53 UTC (rev 992)
@@ -1,3 +1,9 @@
+2021-10-12  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-html4.tex (html4.4ht): clean up for \paragraph and \subparagraph
+	commands.
+	https://puszcza.gnu.org.ua/bugs/?530#discussion
+
 2021-10-10  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-fonts-noncjk.tex (

Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex	2021-10-10 18:03:42 UTC (rev 991)
+++ trunk/lit/tex4ht-html4.tex	2021-10-12 12:17:53 UTC (rev 992)
@@ -9178,7 +9178,7 @@
 
 \<ams proc,book\><<<
 \Configure{paragraph}{}{}
-  {\ShowPar\IgnoreIndent\HCode{<span class="paragraphHead"\a:LRdir>}\begingroup\bf}
+  {\ShowPar\IgnoreIndent\HCode{<span class="paragraphHead"\a:LRdir>}\begingroup}
   {\endgroup\HCode{</span>}\IgnorePar}
 \ConfigureMark{subparagraph}{\thesubparagraph}
 \Css{.paragraphHead  { margin-top:2em; font-weight: bold;}}
@@ -9197,7 +9197,7 @@
 
 \<ams proc,book\><<<
 \Configure{subparagraph}{}{}
-  {\ShowPar\HCode{<span class="subparagraphHead"\a:LRdir>}\begingroup\bf
+  {\ShowPar\HCode{<span class="subparagraphHead"\a:LRdir>}\begingroup
    \TitleMark\space}
   {\endgroup\HCode{</span>}\IgnorePar}
 \Css{.subparagraphHead { font-weight: bold;}}
@@ -10264,21 +10264,21 @@
 |<config lists of figures and tables|> 
 
 \Configure{paragraph}{}{}
-  {\ShowPar\IgnoreIndent\HCode{<span class="paragraphHead"\a:LRdir>}\begingroup\bf}
-  {\endgroup\HCode{</span>}}
+  {\ShowPar\IgnoreIndent\HCode{<span class="paragraphHead"\a:LRdir>}\begingroup}
+  {\endgroup\HCode{</span>}\IgnorePar}
 \Configure{likeparagraph}{}{}
   {\ShowPar\IgnoreIndent\HCode{<span class="likeparagraphHead"\a:LRdir>}}
-  {\HCode{</span>}}
+  {\HCode{</span>}\IgnorePar}
 \Css{.paragraphHead, .likeparagraphHead
    { margin-top:2em; font-weight: bold;}}
 
-\ConfigureMark{subparagraph}{\thesubparagraph}
+\ConfigureMark{subparagraph}{}
 \Configure{subparagraph}{}{}
-  {\ShowPar\HCode{<span class="subparagraphHead"\a:LRdir>}\begingroup\bf
+  {\ShowPar\HCode{<span class="subparagraphHead"\a:LRdir>}\begingroup
    \TitleMark\space}
   {\endgroup\HCode{</span>}\IgnorePar}
 \Configure{likesubparagraph}{}{}
-  {\ShowPar\HCode{<span class="likesubparagraphHead"\a:LRdir>}\begingroup\bf}
+  {\ShowPar\HCode{<span class="likesubparagraphHead"\a:LRdir>}\begingroup}
   {\endgroup\HCode{</span>}\IgnorePar}
 \Css{.subparagraphHead, .likesubparagraphHead
    { font-weight: bold;}}



More information about the tex4ht-commits mailing list.