summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-09-28 21:10:00 +0000
committerKarl Berry <karl@freefriends.org>2021-09-28 21:10:00 +0000
commit6053124b74560b39d832852a190f83897d227075 (patch)
treea60a90b90c864f5d17274247d84fe35de148fb77 /Master/texmf-dist/tex
parentd4bac16bb0999b06c9903b611457f81a44a0e12d (diff)
colors for booktabs rules, tex4ht r988
git-svn-id: svn://tug.org/texlive/trunk@60643 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/html4.4ht28
1 files changed, 16 insertions, 12 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
index f3210be06e6..2e5c289a2cd 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
@@ -1,4 +1,4 @@
-% html4.4ht (2021-09-26-14:16), generated from tex4ht-html4.tex
+% html4.4ht (2021-09-28-14:09), generated from tex4ht-html4.tex
% Copyright 2009-2021 TeX Users Group
% Copyright 1997-2009 Eitan M. Gurari
%
@@ -17,7 +17,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2021-09-26-14:16}
+\immediate\write-1{version 2021-09-28-14:09}
\exit:ifnot{8859-6,%
CJK,%
@@ -36598,34 +36598,38 @@ description">}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{booktabs}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \Configure{toprule}
+
+\def\hline:color{000}
+
+
+\Configure{toprule}
{\@thisrulewidth=\csname a:rule-mag\endcsname\@thisrulewidth
%
\Css{tr\#TBL-\TableNo-\ifnum \HRow=0
- 1- td{border-top:\expandafter\x:Em \the\@thisrulewidth em
- solid}
+ 1- {border-top:\expandafter\x:Em \the\@thisrulewidth em
+ solid \#\hline:color;}
\else
- \HRow- td{border-bottom:\expandafter\x:Em \the\@thisrulewidth em
- solid}
+ \HRow- {border-bottom:\expandafter\x:Em \the\@thisrulewidth em
+ solid \#\hline:color;}
\fi
}}
\Configure{bottomrule}
{\@thisrulewidth=\csname a:rule-mag\endcsname\@thisrulewidth
%
\Css{tr\#TBL-\TableNo-\HRow-
- td{border-bottom:\expandafter\x:Em \the\@thisrulewidth em
- solid}}}
+ {border-bottom:\expandafter\x:Em \the\@thisrulewidth em
+ solid \#\hline:color}}}
\Configure{midrule}
{\@thisrulewidth=\csname a:rule-mag\endcsname\@thisrulewidth
%
\Css{tr\#TBL-\TableNo-\HRow-
- td{border-bottom:\expandafter\x:Em \the\@thisrulewidth em
- solid}}}
+ {border-bottom:\expandafter\x:Em \the\@thisrulewidth em
+ solid \#\hline:color}}}
\Configure{cmidrule}
{\@thisrulewidth=\csname a:rule-mag\endcsname\@thisrulewidth
%
\Css{td\#TBL-\TableNo-\HRow-\HCol{border-bottom:\expandafter\x:Em \the\@thisrulewidth em
- solid}}%
+ solid \#\hline:color}}%
\HCode{<span class="cmidrule"><!-- enable post-processing of cmidrule--></span>}}
\NewConfigure{rule-mag}{1}
\Configure{rule-mag}{0.14}