[tex4ht-commits] [SCM] tex4ht updated: r1625 - trunk/lit

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Thu Jan 9 16:43:50 CET 2025


Author: michal_h21
Date: 2025-01-09 15:43:50 +0000 (Thu, 09 Jan 2025)
New Revision: 1625

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-mathml.tex
Log:
don't hide last rows in arrays

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2025-01-09 09:44:56 UTC (rev 1624)
+++ trunk/lit/ChangeLog	2025-01-09 15:43:50 UTC (rev 1625)
@@ -1,5 +1,8 @@
 2025-01-09  Michal Hoftich  <michal.h21 at gmail.com>
 
+	* tex4ht-mathml.tex (html-mml.4ht): don't hide last rows in arrays.
+	https://tex.stackexchange.com/a/734616/2891
+
 	* tex4ht-4ht.tex (svg.4ht): fixed error message printed if the SVG
 	file cannot be found. 
 

Modified: trunk/lit/tex4ht-mathml.tex
===================================================================
--- trunk/lit/tex4ht-mathml.tex	2025-01-09 09:44:56 UTC (rev 1624)
+++ trunk/lit/tex4ht-mathml.tex	2025-01-09 15:43:50 UTC (rev 1625)
@@ -1347,7 +1347,8 @@
 \Css{.hline-mtd, .array-hline td{ 
   display:none 
 }}
-\Css{.array-hline + .array-row:last-child{display:none;}}
+% why was the following line here? it hides last row even if it contains content
+% \Css{.array-hline + .array-row:last-child{display:none;}}
 \Css{.array-hline:first-child{border-bottom:1px solid black;border-top:none;}}
 >>>
 



More information about the tex4ht-commits mailing list.