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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Wed Apr 15 23:48:33 CEST 2020


Author: michal_h21
Date: 2020-04-16 00:48:33 +0300 (Thu, 16 Apr 2020)
New Revision: 683

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
   trunk/lit/tex4ht-sty.tex
Log:
Fixed patching of \tikzexternalize command

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2020-04-13 19:03:21 UTC (rev 682)
+++ trunk/lit/ChangeLog	2020-04-15 21:48:33 UTC (rev 683)
@@ -1,3 +1,10 @@
+2020-04-15 Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-sty.tex (tex4ht.sty): make \append:def and simillar commands
+	available in usepackage.4ht
+	* tex4ht-4ht.tex (usepackage.4ht): fixed TikZ externalization patching.
+	https://puszcza.gnu.org.ua/bugs/?451
+
 2020-04-13 Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-html4.tex(html4.4ht): removed CSS code that set left margin for

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2020-04-13 19:03:21 UTC (rev 682)
+++ trunk/lit/tex4ht-4ht.tex	2020-04-15 21:48:33 UTC (rev 683)
@@ -4077,7 +4077,7 @@
     \tikzset{tex4ht inc}
   \fi
 }
-\pend:defI\usetikzlibrary{\find:externalize##1external\@nil}%
+\append:defI\use@@tikzlibrary{\find:externalize##1external\@nil}%
 }
 \fi
 >>>

Modified: trunk/lit/tex4ht-sty.tex
===================================================================
--- trunk/lit/tex4ht-sty.tex	2020-04-13 19:03:21 UTC (rev 682)
+++ trunk/lit/tex4ht-sty.tex	2020-04-15 21:48:33 UTC (rev 683)
@@ -10799,7 +10799,7 @@
    \expandafter\expandafter\expandafter}
 >>>
 
-\<utilities\><<<
+\<early utilities\><<<
 \long\def\append:defI#1#2{%
    \long\def\:temp{\long\def#1####1}%
    \expandafter\expandafter\expandafter\:temp\expandafter{#1{##1}#2}}   



More information about the tex4ht-commits mailing list.