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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Thu Aug 12 21:47:00 CEST 2021


Author: michal_h21
Date: 2021-08-12 19:47:00 +0000 (Thu, 12 Aug 2021)
New Revision: 970

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-ooffice.tex
Log:
Added support for SVG image inclusion

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2021-08-03 18:00:44 UTC (rev 969)
+++ trunk/lit/ChangeLog	2021-08-12 19:47:00 UTC (rev 970)
@@ -1,3 +1,7 @@
+2021-08-12  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-ooffice.tex (ooffice.4ht): added support for SVG image inclusion.
+
 2021-08-03  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (mdframed.4ht): correctly empty the frame title.

Modified: trunk/lit/tex4ht-ooffice.tex
===================================================================
--- trunk/lit/tex4ht-ooffice.tex	2021-08-03 18:00:44 UTC (rev 969)
+++ trunk/lit/tex4ht-ooffice.tex	2021-08-12 19:47:00 UTC (rev 970)
@@ -1083,6 +1083,9 @@
 \Configure{graphics*}
    {jpeg}
    {|<save image name|>\Picture[IMG]{\imgBase.jpeg |<graphics dimensions|> }}
+\Configure{graphics*}
+   {svg}
+   {|<save image name|>\Picture[IMG]{\imgBase.svg |<graphics dimensions|> }}
 
 
 |<graphics default extensions|>
@@ -1144,7 +1147,7 @@
 Enable supported image extensions out of the box.
 
 \<graphics default extensions\><<<
-\DeclareGraphicsExtensions{.png,.jpg,.eps,.pdf}
+\DeclareGraphicsExtensions{.png,.jpg,.eps,.pdf,.svg}
 >>>
 
 \<configure ooffice tex4ht\><<<



More information about the tex4ht-commits mailing list.