[tex4ht-commits] [SCM] tex4ht updated: r774 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Fri Jul 17 16:28:53 CEST 2020
Author: michal_h21
Date: 2020-07-17 17:28:53 +0300 (Fri, 17 Jul 2020)
New Revision: 774
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-html4.tex
Log:
Fixed colortbl \rowcolor support
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2020-07-16 20:46:07 UTC (rev 773)
+++ trunk/lit/ChangeLog 2020-07-17 14:28:53 UTC (rev 774)
@@ -1,3 +1,9 @@
+2020-07-17 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-html4.tex (html4.4ht): \rowcolor should have precedence over
+ \columncolor in colortbl support.
+ https://puszcza.gnu.org.ua/bugs/?163
+
2020-07-16 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-4ht.tex (usepackage.4ht): fixed eso-pic support.
Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex 2020-07-16 20:46:07 UTC (rev 773)
+++ trunk/lit/tex4ht-html4.tex 2020-07-17 14:28:53 UTC (rev 774)
@@ -15984,7 +15984,7 @@
\Configure{rowcolor}{\row:clr}
\def\row:clr#1{{%
\HAdvance\HRow by 1
- \add:color{background-color}{#1}{\HRow-}}}
+ \add:color{background-color}{#1}{\HRow- td}}}
\Configure{text-colortbl}
{\add:color{color}{\current at color}{\HRow-\HCol}}
\Configure{cell-colortbl}
More information about the tex4ht-commits
mailing list.