[tex4ht-commits] [SCM] tex4ht updated: r1567 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Mon Sep 30 12:33:50 CEST 2024
Author: michal_h21
Date: 2024-09-30 10:33:50 +0000 (Mon, 30 Sep 2024)
New Revision: 1567
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-html4.tex
Log:
Don't add extra black rule for the first \hline in table
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2024-09-30 09:21:20 UTC (rev 1566)
+++ trunk/lit/ChangeLog 2024-09-30 10:33:50 UTC (rev 1567)
@@ -1,5 +1,9 @@
2024-09-30 Michal Hoftich <michal.h21 at gmail.com>
+ * tex4ht-html4.tex (html4.4ht): don't add extra black rule at the
+ first \hline in table.
+ https://puszcza.gnu.org.ua/bugs/?636
+
* tex4ht-4ht.tex (longtable.4ht): fixed support for the Colortbl
\hline.
https://puszcza.gnu.org.ua/bugs/?636
Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex 2024-09-30 09:21:20 UTC (rev 1566)
+++ trunk/lit/tex4ht-html4.tex 2024-09-30 10:33:50 UTC (rev 1567)
@@ -7844,7 +7844,8 @@
\Css{.hline hr, .cline hr{border:none;border-top:1px solid black;}}
\Css{.hline {border-top: 1px solid black;}}
\Css{.hline + .vspace:last-child{display:none;}}
-\Css{.hline:first-child{border-bottom:1px solid black;border-top:none;}}
+% why was there this rule? it adds unnecessary extra rule at the top of tables
+% \Css{.hline:first-child{border-bottom:1px solid black;border-top:none;}}
>>>
When \verb'\putVBorder' is call in \verb'\VBorder'
More information about the tex4ht-commits
mailing list.