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

karl at gnu.org.ua karl at gnu.org.ua
Thu Aug 6 00:35:43 CEST 2015


Author: karl
Date: 2015-08-06 01:35:43 +0300 (Thu, 06 Aug 2015)
New Revision: 154

Modified:
   trunk/lit/ChangeLog
   trunk/lit/Makefile
   trunk/lit/tex4ht-4ht.tex
Log:
use .xbb for png/jpg/gif, https://puszcza.gnu.org.ua/bugs/?257

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2015-06-10 23:25:17 UTC (rev 153)
+++ trunk/lit/ChangeLog	2015-08-05 22:35:43 UTC (rev 154)
@@ -1,3 +1,10 @@
+2015-08-05  Michal Hoftich  <michal.h21 at gmail.com>
+        and Karl Berry <karl at gnu.org>
+
+	* Makefile (derived): add graphicx.4ht.
+	* tex4ht-4ht.tex (graphicx.4ht): usee .xbb for png/jpg/gif.
+	https://puszcza.gnu.org.ua/bugs/?257
+
 2015-06-10  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-ooffice.tex (save image name): use \Gin at ext rather than

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2015-06-10 23:25:17 UTC (rev 153)
+++ trunk/lit/Makefile	2015-08-05 22:35:43 UTC (rev 154)
@@ -15,9 +15,8 @@
 
 derived += $(tex4ht_4ht_derived)
 tex4ht_4ht_derived = \
-  book.4ht listings.4ht memoir.4ht multicol.4ht quoting.4ht \
-  scrartcl.4ht scrbook.4ht scrreprt.4ht \
-  spanish.4ht \
+  book.4ht graphicx.4ht listings.4ht memoir.4ht multicol.4ht quoting.4ht \
+  scrartcl.4ht scrbook.4ht scrreprt.4ht spanish.4ht \
   titlesec.4ht tocloft.4ht wrapfig.4ht
 # and many, many more.
 

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2015-06-10 23:25:17 UTC (rev 153)
+++ trunk/lit/tex4ht-4ht.tex	2015-08-05 22:35:43 UTC (rev 154)
@@ -23602,9 +23602,9 @@
 
 \<graphicx.4ht\><<<
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  
-% graphicx.4ht                          |version %
-% Copyright (C) |CopyYear.2003.       Eitan M. Gurari         %
-|<TeX4ht copyright|>
+% graphicx.4ht (|version), generated from |jobname.tex
+% Copyright (C) |CopyYear.2003. Eitan M. Gurari
+|<TeX4ht copywrite|>
    |<fix graphicx|>
 \Hinput{graphicx}
 \endinput
@@ -23627,6 +23627,9 @@
    \fi
    \Gin:esetsize
 }
+\DeclareGraphicsRule{.png}{bmp}{.xbb}{}
+\DeclareGraphicsRule{.jpg}{bmp}{.xbb}{}
+\DeclareGraphicsRule{.gif}{bmp}{.xbb}{}
 >>>
 
 The calc package redefined \`'\setlength' to allow expressions of the



More information about the tex4ht-commits mailing list