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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Tue Oct 8 15:19:30 CEST 2024


Author: michal_h21
Date: 2024-10-08 13:19:30 +0000 (Tue, 08 Oct 2024)
New Revision: 1576

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-html4.tex
Log:
don't override \hline:color with booktabs

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2024-10-06 16:44:23 UTC (rev 1575)
+++ trunk/lit/ChangeLog	2024-10-08 13:19:30 UTC (rev 1576)
@@ -1,3 +1,9 @@
+2024-10-08  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-html4.tex (html4.4ht): don't override \hline:color in
+	booktabs if it is already defined.
+	https://tug.org/pipermail/tex4ht/2024q4/003594.html
+
 2024-10-06  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-html4.tex (html4.4ht): use Colortbl's \arrayrulecolor also

Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex	2024-10-06 16:44:23 UTC (rev 1575)
+++ trunk/lit/tex4ht-html4.tex	2024-10-08 13:19:30 UTC (rev 1576)
@@ -22948,7 +22948,9 @@
 We reuse it to support change of rule colors. It is initialized as black.
 
 \<booktabs default hline color\><<<
+\ifdefined\hline:color\else
 \def\hline:color{000}
+\fi
 >>>
 
 



More information about the tex4ht-commits mailing list.