texlive[52896] Master/texmf-dist/tex/generic/tex4ht/colortbl.4ht:

commits+karl at tug.org commits+karl at tug.org
Fri Nov 22 23:44:23 CET 2019


Revision: 52896
          http://tug.org/svn/texlive?view=revision&revision=52896
Author:   karl
Date:     2019-11-22 23:44:22 +0100 (Fri, 22 Nov 2019)
Log Message:
-----------
colortbl \rowcolor fix, tex4ht r626

Revision Links:
--------------
    http://tug.org/svn/texlive?view=revision&revision=626

Modified Paths:
--------------
    trunk/Master/texmf-dist/tex/generic/tex4ht/colortbl.4ht

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/colortbl.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/colortbl.4ht	2019-11-22 22:20:30 UTC (rev 52895)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/colortbl.4ht	2019-11-22 22:44:22 UTC (rev 52896)
@@ -1,4 +1,4 @@
-% colortbl.4ht (2019-11-21-13:35), generated from tex4ht-4ht.tex
+% colortbl.4ht (2019-11-22-14:08), generated from tex4ht-4ht.tex
 % Copyright 1997-2009 Eitan M. Gurari
 % Copyright 2009-2019 TeX Users Group
 %
@@ -17,7 +17,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2019-11-21-13:35}
+\immediate\write-1{version 2019-11-22-14:08}
 
 
    \RequirePackage{xcolor}
@@ -86,8 +86,9 @@
 %
   \@ifnextchar[\CT at rowa\CT at rowb}
 \def\CT at rowa[#1]#2{%
-  \pic:gobbleII\a:rowcolor{#1 #2}%
-  \gdef\CT at row@color{\CT at color[#1]{#2}}%
+  \save:color#1 #2//%
+  \pic:gobbleII\a:rowcolor{#2}%
+  \gdef\CT at row@color{\CT at color{#2}}%
   \CT at rowc}
 \def\CT at rowb#1{%
   \pic:gobbleII\a:rowcolor{#1}%
@@ -112,7 +113,7 @@
   \convert:colorspec#2 {} {} {} {}
   \convertcolorspec{#1}{\current:color}{HTML}\tmp:col
   \def\current at color{#2}
-  \Configure{HColor}{\current at color}{\tmp:col}
+  \Configure{HColor}{\current at color}{\#\tmp:col}
 }
 
 \def\begin:current at color{\let\sv:curcolor\current at color}



More information about the tex-live-commits mailing list