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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Tue May 4 09:36:13 CEST 2021


Author: michal_h21
Date: 2021-05-04 07:36:13 +0000 (Tue, 04 May 2021)
New Revision: 926

Modified:
   trunk/lit/tex4ht-4ht.tex
Log:
use \HLet in colortbl.4ht in order to support picture tables

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2021-05-03 22:53:04 UTC (rev 925)
+++ trunk/lit/tex4ht-4ht.tex	2021-05-04 07:36:13 UTC (rev 926)
@@ -26814,9 +26814,10 @@
 % default hline color is black
 \def\hline:color{000}
 % save rule color in format usable in CSS
-\renewcommand\arrayrulecolor[2][named]{%
+\newcommand\tmp:arrayrulecolor[2][named]{%
 \noalign{\convertcolorspec{#1}{#2}{HTML}\:tmp\global\let\hline:color\:tmp}%
 }
+\HLet\arrayrulecolor\tmp:arrayrulecolor
 >>>
 
 \SubSection{Utilities}



More information about the tex4ht-commits mailing list.