texlive[73387] Master/texmf-dist: svg error message, tex4ht r1624; do

commits+karl at tug.org commits+karl at tug.org
Thu Jan 9 22:27:46 CET 2025


Revision: 73387
          https://tug.org/svn/texlive?view=revision&revision=73387
Author:   karl
Date:     2025-01-09 22:27:46 +0100 (Thu, 09 Jan 2025)
Log Message:
-----------
svg error message, tex4ht r1624; do not hide last rows of arrays, tex4ht r1625

Revision Links:
--------------
    https://tug.org/svn/texlive?view=revision&revision=1624
    https://tug.org/svn/texlive?view=revision&revision=1625

Modified Paths:
--------------
    trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
    trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
    trunk/Master/texmf-dist/tex/generic/tex4ht/html-mml.4ht
    trunk/Master/texmf-dist/tex/generic/tex4ht/svg.4ht

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2025-01-09 21:08:09 UTC (rev 73386)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2025-01-09 21:27:46 UTC (rev 73387)
@@ -1,3 +1,11 @@
+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. 
+
 2025-01-08  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-mathml.tex (mathml.4ht),

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2025-01-09 21:08:09 UTC (rev 73386)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2025-01-09 21:27:46 UTC (rev 73387)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 1622 2025-01-08 15:24:04Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1624 2025-01-09 09:44:56Z michal_h21 $
 % tex tex4ht-4ht   or   ht tex tex4ht-4ht
 %
 % Copyright 2009-2025 TeX Users Group    
@@ -28842,7 +28842,7 @@
 
 \<svg.4ht\><<<
 % svg.4ht (|version), generated from |jobname.tex
-% Copyright 2018-2021 TeX Users Group
+% Copyright 2018-2025 TeX Users Group
 |<TeX4ht license text|>
 |<svg config|>
 \Hinput{svg}
@@ -28871,7 +28871,7 @@
     \fi%
     \expandafter\includegraphics\expandafter[\svg at tempb]{\svg at file@base.\svg at file@ext}
   \else
-    \typeout{SVG file #1 cannot be found}
+    \PackageWarning{svg.4ht}{SVG file "#2" cannot be found}
   \fi
 }
 >>>

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/html-mml.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/html-mml.4ht	2025-01-09 21:08:09 UTC (rev 73386)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/html-mml.4ht	2025-01-09 21:27:46 UTC (rev 73387)
@@ -1,5 +1,5 @@
-% html-mml.4ht (2024-12-04-13:41), generated from tex4ht-mathml.tex
-% Copyright 2009-2024 TeX Users Group
+% html-mml.4ht (2025-01-09-13:26), generated from tex4ht-mathml.tex
+% Copyright 2009-2025 TeX Users Group
 % Copyright 1999-2009 Eitan M. Gurari
 %
 % This work may be distributed and/or modified under the
@@ -17,7 +17,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2024-12-04-13:41}
+\immediate\write-1{version 2025-01-09-13:26}
 
 \exit:ifnot{amsmath,% 
 array,% 
@@ -233,7 +233,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;}}
 \:CheckOption{fonts} \if:Option
 \Configure{texttt}
@@ -615,6 +616,7 @@
 
 
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{amsmath}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -849,8 +851,6 @@
 
 
 
-
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{plain}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -1001,9 +1001,6 @@
 
 
 
-
-
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{color}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -1144,6 +1141,7 @@
 
 
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{frenchb}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -1213,6 +1211,11 @@
 
 
 
+
+
+
+
+
 
 
 

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/svg.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/svg.4ht	2025-01-09 21:08:09 UTC (rev 73386)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/svg.4ht	2025-01-09 21:27:46 UTC (rev 73387)
@@ -1,5 +1,5 @@
-% svg.4ht (2021-04-18-08:39), generated from tex4ht-4ht.tex
-% Copyright 2018-2021 TeX Users Group
+% svg.4ht (2025-01-09-13:20), generated from tex4ht-4ht.tex
+% Copyright 2018-2025 TeX Users Group
 %
 % This work may be distributed and/or modified under the
 % conditions of the LaTeX Project Public License, either
@@ -16,7 +16,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2021-04-18-08:39}
+\immediate\write-1{version 2025-01-09-13:20}
 
 \renewcommand\includesvg[2][]{%
   % get file name with \svgpath support
@@ -39,7 +39,7 @@
     \fi%
     \expandafter\includegraphics\expandafter[\svg at tempb]{\svg at file@base.\svg at file@ext}
   \else
-    \typeout{SVG file #1 cannot be found}
+    \PackageWarning{svg.4ht}{SVG file "#2" cannot be found}
   \fi
 }
 



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