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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Wed Jun 13 10:39:57 CEST 2018


Author: michal_h21
Date: 2018-06-13 11:39:56 +0300 (Wed, 13 Jun 2018)
New Revision: 415

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-ooffice.tex
Log:
Fixed support for images without extension

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2018-06-12 23:04:41 UTC (rev 414)
+++ trunk/lit/ChangeLog	2018-06-13 08:39:56 UTC (rev 415)
@@ -1,3 +1,8 @@
+2018-06-12  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-ooffice.tex (ooffice.4ht): fixed support for images included
+	without extension.
+
 2018-06-12  Karl Berry  <karl at freefriends.org>
 
 	* wripro.tex,

Modified: trunk/lit/tex4ht-ooffice.tex
===================================================================
--- trunk/lit/tex4ht-ooffice.tex	2018-06-12 23:04:41 UTC (rev 414)
+++ trunk/lit/tex4ht-ooffice.tex	2018-06-13 08:39:56 UTC (rev 415)
@@ -567,7 +567,7 @@
 
 \<graphics obj manifest\><<<
 <manifest:file-entry
-    manifest:full-path="Pictures/|<graphics base name|>"/>\Hnewline
+    manifest:full-path="Pictures/\PictureFile>"/>\Hnewline
 >>>
 
 \<shared manifest\><<<
@@ -1067,7 +1067,7 @@
 \Configure{IMG}
   {|<insert shadowing fig file|>%
    \ht:special{t4ht=<draw:frame  
-      draw:name="|<graphics base name|>"  
+      draw:name="\PictureFile"  
       text:anchor-type="as-char"  % "paragraph"  
 %      svg:width="...pt"  
 %      svg:height="...pt"  
@@ -1137,9 +1137,9 @@
 
 
 \<insert shadowing fig file\><<<
-\ht:special{t4ht>|<graphics full name|>.4og}%
+\ht:special{t4ht>\PictureFile.4og}%
 \ht:special{t4ht*>}%
-\ht:special{t4ht<|<graphics full name|>.4og}%
+\ht:special{t4ht<\PictureFile.4og}%
 \OOmanifest{|<graphics obj manifest|>}%
 >>>
 



More information about the tex4ht-commits mailing list