summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/tex4ht/colortbl.4ht
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-11-22 22:44:22 +0000
committerKarl Berry <karl@freefriends.org>2019-11-22 22:44:22 +0000
commite486d9206c630a62eec5df38c62f215ab5b19757 (patch)
tree9a27e192229084219c78667f68a554315be3828e /Master/texmf-dist/tex/generic/tex4ht/colortbl.4ht
parent39cd97a626f568415a51c53b26882f8af955d482 (diff)
colortbl \rowcolor fix, tex4ht r626
git-svn-id: svn://tug.org/texlive/trunk@52896 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/colortbl.4ht')
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/colortbl.4ht11
1 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/colortbl.4ht b/Master/texmf-dist/tex/generic/tex4ht/colortbl.4ht
index 6a6d04f4c83..446d545445b 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/colortbl.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/colortbl.4ht
@@ -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@rowa\CT@rowb}
\def\CT@rowa[#1]#2{%
- \pic:gobbleII\a:rowcolor{#1 #2}%
- \gdef\CT@row@color{\CT@color[#1]{#2}}%
+ \save:color#1 #2//%
+ \pic:gobbleII\a:rowcolor{#2}%
+ \gdef\CT@row@color{\CT@color{#2}}%
\CT@rowc}
\def\CT@rowb#1{%
\pic:gobbleII\a:rowcolor{#1}%
@@ -112,7 +113,7 @@
\convert:colorspec#2 {} {} {} {}
\convertcolorspec{#1}{\current:color}{HTML}\tmp:col
\def\current@color{#2}
- \Configure{HColor}{\current@color}{\tmp:col}
+ \Configure{HColor}{\current@color}{\#\tmp:col}
}
\def\begin:current@color{\let\sv:curcolor\current@color}