[tex4ht-commits] [SCM] tex4ht updated: r1225 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Thu Oct 27 10:58:19 CEST 2022
Author: michal_h21
Date: 2022-10-27 08:58:18 +0000 (Thu, 27 Oct 2022)
New Revision: 1225
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-html4.tex
Log:
remove verticla lines after last \hline in a table
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2022-10-26 14:03:21 UTC (rev 1224)
+++ trunk/lit/ChangeLog 2022-10-27 08:58:18 UTC (rev 1225)
@@ -1,3 +1,9 @@
+2022-10-27 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-html4.tex (html4.4ht): remove extra vertical lines after
+ last \hline in a table.
+ https://github.com/michal-h21/make4ht/issues/88
+
2022-10-26 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-4ht.tex (subfiles.4ht): fixed handling of environments
Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex 2022-10-26 14:03:21 UTC (rev 1224)
+++ trunk/lit/tex4ht-html4.tex 2022-10-27 08:58:18 UTC (rev 1225)
@@ -7717,6 +7717,7 @@
\Css{.hline td, .cline td{ padding: 0; }}
\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;}}
>>>
When \verb'\putVBorder' is call in \verb'\VBorder'
More information about the tex4ht-commits
mailing list.