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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Wed Oct 18 10:15:04 CEST 2017


Author: michal_h21
Date: 2017-10-18 11:15:04 +0300 (Wed, 18 Oct 2017)
New Revision: 334

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
Added xbb support for PDF and SVG

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2017-10-16 13:33:36 UTC (rev 333)
+++ trunk/lit/ChangeLog	2017-10-18 08:15:04 UTC (rev 334)
@@ -1,3 +1,7 @@
+2017-10-18  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (graphicx.4ht): added xbb support for PDF and SVG
+
 2017-10-16  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (usepackage.4ht): added support for TikZ externalization.

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2017-10-16 13:33:36 UTC (rev 333)
+++ trunk/lit/tex4ht-4ht.tex	2017-10-18 08:15:04 UTC (rev 334)
@@ -24630,6 +24630,8 @@
 \DeclareGraphicsRule{.png}{bmp}{.xbb}{}
 \DeclareGraphicsRule{.jpg}{bmp}{.xbb}{}
 \DeclareGraphicsRule{.gif}{bmp}{.xbb}{}
+\DeclareGraphicsRule{.pdf}{bmp}{.xbb}{}
+\DeclareGraphicsRule{.svg}{bmp}{.xbb}{}
 >>>
 
 The calc package redefined \`'\setlength' to allow expressions of the



More information about the tex4ht-commits mailing list