texlive[73431] Master/texmf-dist: mathml missed commit

commits+karl at tug.org commits+karl at tug.org
Sun Jan 12 16:02:54 CET 2025


Revision: 73431
          https://tug.org/svn/texlive?view=revision&revision=73431
Author:   karl
Date:     2025-01-12 16:02:54 +0100 (Sun, 12 Jan 2025)
Log Message:
-----------
mathml missed commit

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

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex	2025-01-12 14:58:51 UTC (rev 73430)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex	2025-01-12 15:02:54 UTC (rev 73431)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-mathml.tex 1623 2025-01-08 21:13:08Z michal_h21 $$
+% $Id: tex4ht-mathml.tex 1626 2025-01-09 21:25:52Z karl $$
 % compile 3 times: latex tex4ht-mathltx
 %           or   xhlatex tex4ht-mathltx "html,3,sections+"
 %
@@ -584,7 +584,7 @@
 
 \<html-mml\><<<
 % html-mml.4ht (|version), generated from |jobname.tex
-% Copyright 2009-2024 TeX Users Group
+% Copyright 2009-2025 TeX Users Group
 % Copyright |CopyYear.1999. Eitan M. Gurari
 |<TeX4ht copywrite|>
 >>>
@@ -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;}}
 >>>
 

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht	2025-01-12 14:58:51 UTC (rev 73430)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht	2025-01-12 15:02:54 UTC (rev 73431)
@@ -1,4 +1,4 @@
-% mathml.4ht (2025-01-08-13:38), generated from tex4ht-mathml.tex
+% mathml.4ht (2025-01-09-13:26), generated from tex4ht-mathml.tex
 % Copyright 2009-2025 TeX Users Group
 % Copyright 1999-2009 Eitan M. Gurari
 %
@@ -17,7 +17,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2025-01-08-13:38}
+\immediate\write-1{version 2025-01-09-13:26}
 
 \exit:ifnot{Preamble,% 
 accents,% 



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