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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Tue Feb 18 13:03:37 CET 2025


Author: michal_h21
Date: 2025-02-18 12:03:37 +0000 (Tue, 18 Feb 2025)
New Revision: 1643

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
fixed support for \rowcolor in first row of the table

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2025-02-16 14:49:05 UTC (rev 1642)
+++ trunk/lit/ChangeLog	2025-02-18 12:03:37 UTC (rev 1643)
@@ -1,3 +1,9 @@
+2025-02-18  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (colortbl.4ht): fixed handling of \rowcolor in
+	first row of the table.
+	https://github.com/michal-h21/make4ht/issues/165
+
 2025-02-16  Karl Berry  <karl at freefriends.org>
 
 	* tex4ht-html4.tex (html4.4ht): copyright 2025.

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2025-02-16 14:49:05 UTC (rev 1642)
+++ trunk/lit/tex4ht-4ht.tex	2025-02-18 12:03:37 UTC (rev 1643)
@@ -29843,6 +29843,14 @@
 >>>
 
 \<fixed first main body HRow value\><<<
+>>>
+
+This code tried to fix the problem with the first row color in the table, but it caused
+problems with the current version of LaTeX and TeX4ht. If the first row should be colored, 
+it colored the second instead. It seems that everything works perfectly if we ignore 
+this completely.
+
+\<old fixed first main body HRow value\><<<
 \relax
 \ifx\LT at head\Un:Def\else
    \ifnum \HRow=0\relax



More information about the tex4ht-commits mailing list.