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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Fri Dec 16 11:19:14 CET 2016


Author: michal_h21
Date: 2016-12-16 12:19:14 +0200 (Fri, 16 Dec 2016)
New Revision: 226

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

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2016-12-15 16:04:02 UTC (rev 225)
+++ trunk/lit/ChangeLog	2016-12-16 10:19:14 UTC (rev 226)
@@ -1,3 +1,8 @@
+2016-12-16  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-html4.tex (html4.4ht): Added support for inclusion of
+	SVG images
+
 2016-12-15  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (listings.4ht): Fixed support for mathescape

Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex	2016-12-15 16:04:02 UTC (rev 225)
+++ trunk/lit/tex4ht-html4.tex	2016-12-16 10:19:14 UTC (rev 226)
@@ -13594,6 +13594,10 @@
    {jpeg}
    {{\Configure{Needs}{File: \Gin at base.jpeg}\Needs{}}%
     \Picture[\a:GraphicsAlt]{\Gin at base.jpeg |<graphics dim|>}}
+\Configure{graphics*}
+   {svg}
+   {{\Configure{Needs}{File: \Gin at base.svg}\Needs{}}%
+    \Picture[\a:GraphicsAlt]{\Gin at base.svg |<graphics dim|>}}
 \NewConfigure{GraphicsAlt}{1}
 \Configure{GraphicsAlt}{PIC}
 |<includegraphics dim|>



More information about the tex4ht-commits mailing list