[tex4ht-commits] [SCM] tex4ht updated: r1226 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Thu Oct 27 16:19:24 CEST 2022
Author: michal_h21
Date: 2022-10-27 14:19:24 +0000 (Thu, 27 Oct 2022)
New Revision: 1226
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-html4.tex
trunk/lit/tex4ht-mathml.tex
Log:
fixed wrong horizontal lines in tables
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2022-10-27 08:58:18 UTC (rev 1225)
+++ trunk/lit/ChangeLog 2022-10-27 14:19:24 UTC (rev 1226)
@@ -1,5 +1,10 @@
2022-10-27 Michal Hoftich <michal.h21 at gmail.com>
+ * tex4ht-html4.tex (html4.4ht),
+ * tex4ht-mathml.tex (mathml.4ht): fixed wrong horizontal lines in
+ tables.
+ https://github.com/michal-h21/make4ht/issues/87
+
* tex4ht-html4.tex (html4.4ht): remove extra vertical lines after
last \hline in a table.
https://github.com/michal-h21/make4ht/issues/88
Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex 2022-10-27 08:58:18 UTC (rev 1225)
+++ trunk/lit/tex4ht-html4.tex 2022-10-27 14:19:24 UTC (rev 1226)
@@ -7718,6 +7718,7 @@
\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;}}
>>>
When \verb'\putVBorder' is call in \verb'\VBorder'
Modified: trunk/lit/tex4ht-mathml.tex
===================================================================
--- trunk/lit/tex4ht-mathml.tex 2022-10-27 08:58:18 UTC (rev 1225)
+++ trunk/lit/tex4ht-mathml.tex 2022-10-27 14:19:24 UTC (rev 1226)
@@ -1292,13 +1292,15 @@
\<configure html-mml latex\><<<
\Css{.array-hline,.array-cline{
- border-bottom:black solid 1px;
+ border-top: 1px solid black;
height:0px;
}}
-\Css{.hline-mtd{
+\Css{.array-hline + .array-vspace:last-child{display:none;}}
+\Css{.hline-mtd, .array-hline td{
display:none
}}
\Css{.array-hline + .array-row:last-child{display:none;}}
+\Css{.array-hline:first-child{border-bottom:1px solid black;border-top:none;}}
>>>
\<td save EndP\><<<
More information about the tex4ht-commits
mailing list.