diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/html4.4ht | 28 |
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} |