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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Thu Jan 9 10:44:57 CET 2025


Author: michal_h21
Date: 2025-01-09 09:44:56 +0000 (Thu, 09 Jan 2025)
New Revision: 1624

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
better warning message if the included svg file cannot be found

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2025-01-08 21:13:08 UTC (rev 1623)
+++ trunk/lit/ChangeLog	2025-01-09 09:44:56 UTC (rev 1624)
@@ -1,3 +1,8 @@
+2025-01-09  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* 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/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2025-01-08 21:13:08 UTC (rev 1623)
+++ trunk/lit/tex4ht-4ht.tex	2025-01-09 09:44:56 UTC (rev 1624)
@@ -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
 }
 >>>



More information about the tex4ht-commits mailing list.