[tex4ht-commits] [SCM] tex4ht updated: r339 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Wed Oct 25 23:28:09 CEST 2017
Author: michal_h21
Date: 2017-10-26 00:28:09 +0300 (Thu, 26 Oct 2017)
New Revision: 339
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-html4.tex
Log:
Fixed issue with undefined \Gin at page
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2017-10-22 16:04:56 UTC (rev 338)
+++ trunk/lit/ChangeLog 2017-10-25 21:28:09 UTC (rev 339)
@@ -1,3 +1,8 @@
+2017-10-25 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-html4.tex (html4.4ht): define dummy vallue for \Gin at page when it is
+ undefined.
+
2017-10-22 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-ooffice.tex (ooffice.4ht): added configurations for Frenchb spaces.
Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex 2017-10-22 16:04:56 UTC (rev 338)
+++ trunk/lit/tex4ht-html4.tex 2017-10-25 21:28:09 UTC (rev 339)
@@ -13629,7 +13629,8 @@
\fi
\Configure{graphics*}
{pdf}
- {\Needs{\b:PdfConvert}%
+ {\ifdefined\Gin at page\else\def\Gin at page{1}\fi%
+ \Needs{\b:PdfConvert}%
\edef\svg:filename{\Gin at base-\Gin at page.\a:PdfConvert}%
{ \Configure{Needs}{File: \svg:filename}\Needs{}}%
\Picture[\a:GraphicsAlt]{{\svg:filename} |<graphics dim|>}}
More information about the tex4ht-commits
mailing list