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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Tue Dec 17 19:26:08 CET 2019


Author: michal_h21
Date: 2019-12-17 20:26:08 +0200 (Tue, 17 Dec 2019)
New Revision: 640

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-html4.tex
Log:
Fixed CSS code for \cmidrule

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2019-12-16 09:23:14 UTC (rev 639)
+++ trunk/lit/ChangeLog	2019-12-17 18:26:08 UTC (rev 640)
@@ -1,3 +1,8 @@
+2019-12-17 Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-html4.tex (html4.4ht): fixed CSS code for \cmidrule from Booktabs
+	package.
+
 2019-12-16 Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-html4.tex (html4.4ht): added margins to <div> and <pre> elements.

Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex	2019-12-16 09:23:14 UTC (rev 639)
+++ trunk/lit/tex4ht-html4.tex	2019-12-17 18:26:08 UTC (rev 640)
@@ -21979,8 +21979,8 @@
 \Configure{cmidrule}
    {|<booktabs rule mag|>%
     \Css{tr\#TBL-\TableNo-\HRow- 
-            td{border-bottom:|<booktabs rule height|> solid}}%
-    \HCode{<!--cmidrule-->}}
+            td\#TBL-\TableNo-\HRow-\HCol{border-bottom:|<booktabs rule height|> solid}}%
+    \HCode{<span class="cmidrule"><!-- enable post-processing of cmidrule--></span>}}
 >>>
 
 



More information about the tex4ht-commits mailing list