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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Thu Mar 14 20:11:57 CET 2019


Author: michal_h21
Date: 2019-03-14 21:11:57 +0200 (Thu, 14 Mar 2019)
New Revision: 533

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-ooffice.tex
Log:
fixed image filename parser

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2019-03-13 22:09:17 UTC (rev 532)
+++ trunk/lit/ChangeLog	2019-03-14 19:11:57 UTC (rev 533)
@@ -1,3 +1,7 @@
+2019-03-14  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-ooffice.tex (ooffice.4ht): fixed image filename parsers.
+
 2019-03-13  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (biblatex.4ht): fix for non-ascii cite keys

Modified: trunk/lit/tex4ht-ooffice.tex
===================================================================
--- trunk/lit/tex4ht-ooffice.tex	2019-03-13 22:09:17 UTC (rev 532)
+++ trunk/lit/tex4ht-ooffice.tex	2019-03-14 19:11:57 UTC (rev 533)
@@ -986,7 +986,7 @@
 
 \<configure ooffice graphics\><<<
 \def\getImgFileParser#1/{%
-  \ifx#1\relax
+  \ifx\relax#1\relax
     \let\next\relax
   \else
     \do{#1}\let\next\getImgFileParser
@@ -995,7 +995,7 @@
 \newcommand\getImgFile[2]{%
   \def\do##1{\def\imgBaseName{##1#2}\def\imgBase{##1}}
   \def\imgFullName{#1#2}
-  \getImgFileParser#1/\relax/
+  \getImgFileParser#1//
 }
 
 \Configure{graphics*}



More information about the tex4ht-commits mailing list