texlive[72500] Master/texmf-dist: no override of \hline:color with

commits+karl at tug.org commits+karl at tug.org
Tue Oct 8 22:44:20 CEST 2024


Revision: 72500
          https://tug.org/svn/texlive?view=revision&revision=72500
Author:   karl
Date:     2024-10-08 22:44:20 +0200 (Tue, 08 Oct 2024)
Log Message:
-----------
no override of \hline:color with booktabs, tex4ht r1576

Revision Links:
--------------
    https://tug.org/svn/texlive?view=revision&revision=1576

Modified Paths:
--------------
    trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
    trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
    trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2024-10-08 20:03:00 UTC (rev 72499)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2024-10-08 20:44:20 UTC (rev 72500)
@@ -1,3 +1,9 @@
+2024-10-08  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-html4.tex (html4.4ht): don't override \hline:color in
+	booktabs if it is already defined.
+	https://tug.org/pipermail/tex4ht/2024q4/003594.html
+
 2024-10-06  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-html4.tex (html4.4ht): use Colortbl's \arrayrulecolor also

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex	2024-10-08 20:03:00 UTC (rev 72499)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex	2024-10-08 20:44:20 UTC (rev 72500)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-html4.tex 1575 2024-10-06 16:44:23Z michal_h21 $
+% $Id: tex4ht-html4.tex 1576 2024-10-08 13:19:30Z michal_h21 $
 % Compile 4 times: latex tex4ht-html4
 % Copy html4.4ht into the work directory before all but the last compilation.
 %
@@ -22948,7 +22948,9 @@
 We reuse it to support change of rule colors. It is initialized as black.
 
 \<booktabs default hline color\><<<
+\ifdefined\hline:color\else
 \def\hline:color{000}
+\fi
 >>>
 
 

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht	2024-10-08 20:03:00 UTC (rev 72499)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht	2024-10-08 20:44:20 UTC (rev 72500)
@@ -1,4 +1,4 @@
-% html4.4ht (2024-10-06-14:09), generated from tex4ht-html4.tex
+% html4.4ht (2024-10-08-13:28), generated from tex4ht-html4.tex
 % Copyright 2009-2024 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 2024-10-06-14:09}
+\immediate\write-1{version 2024-10-08-13:28}
 
 \exit:ifnot{8859-6,% 
 CJK,% 
@@ -37161,7 +37161,9 @@
                 \ConfigureHinput{booktabs}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
     
+\ifdefined\hline:color\else
 \def\hline:color{000}
+\fi
 
 
 \Configure{toprule}



More information about the tex-live-commits mailing list.