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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Mon Oct 15 15:50:14 CEST 2018


Author: michal_h21
Date: 2018-10-15 16:50:14 +0300 (Mon, 15 Oct 2018)
New Revision: 434

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-html4.tex
Log:
Added support for conversion of the eps format to the current picture format

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2018-10-15 13:39:48 UTC (rev 433)
+++ trunk/lit/ChangeLog	2018-10-15 13:50:14 UTC (rev 434)
@@ -2,7 +2,9 @@
 
 	* tex4ht-html4.tex (html4.4ht): test for presence of image converted from
 	pdf file.
+	added support for conversion of eps files to the current picture format.
 
+
 2018-10-01  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (graphicx.4ht): defined configurations for \rotatebox

Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex	2018-10-15 13:39:48 UTC (rev 433)
+++ trunk/lit/tex4ht-html4.tex	2018-10-15 13:50:14 UTC (rev 434)
@@ -13622,6 +13622,15 @@
    {svg}
    {{\Configure{Needs}{File: \Gin at base.svg}\Needs{}}%
    \Picture[\a:GraphicsAlt]{{\Gin at base.svg} |<graphics dim|>}}
+\Configure{graphics*}
+   {eps}
+   {\openin15=\csname Gin at base\endcsname\PictExt\relax%
+   \ifeof15% 
+   \Needs{"convert \csname Gin at base\endcsname.eps \csname Gin at base\endcsname\PictExt"}% 
+   \fi%
+   \closein15%
+   {\Configure{Needs}{File: \Gin at base\PictExt}\Needs{}}%
+   \Picture[\a:GraphicsAlt]{{\Gin at base\PictExt} |<graphics dim|>}}
 
 
 \NewConfigure{PdfConvert}{2}



More information about the tex4ht-commits mailing list