[tex4ht-commits] [SCM] tex4ht updated: r823 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Sat Oct 17 11:52:52 CEST 2020
Author: michal_h21
Date: 2020-10-17 12:52:52 +0300 (Sat, 17 Oct 2020)
New Revision: 823
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-4ht.tex
Log:
Adapted expl3 for the new package loading mechanism
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2020-10-17 09:49:48 UTC (rev 822)
+++ trunk/lit/ChangeLog 2020-10-17 09:52:52 UTC (rev 823)
@@ -20,6 +20,8 @@
the new package hook mechanism.
* tex4ht-4ht.tex (usepackage.4ht, savetrees-hooks.4ht): adapted savetrees for
the new package hook mechanism.
+ * tex4ht-4ht.tex (usepackage.4ht, expl3-hooks.4ht): adapted expl3 for
+ the new package hook mechanism.
2020-10-16 Michal Hoftich <michal.h21 at gmail.com>
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2020-10-17 09:49:48 UTC (rev 822)
+++ trunk/lit/tex4ht-4ht.tex 2020-10-17 09:52:52 UTC (rev 823)
@@ -3632,17 +3632,16 @@
with out active characters for XeTeX, so we must deactivate them
temporarily.
-\<use package\><<<
-expl3,>>>
+\<add to usepackage\><<<
+\Configure{PackageHooks}{expl3.sty}{expl3-hooks.4ht}
+>>>
-\<add to usepackage\><<<
-\def\:temp{expl3}\ifx \@currname\:temp
+\<expl3-hooks.4ht\><<<
\ifdefined\XeTeXversion%
\xenunidelblock{Latin-expl3}%
\:AtEndOfPackage{\xeuniuseblock{Latin-expl3}}
\fi
-\fi
->>>
+>>> \AddFile{9}{expl3-hooks}
%%%%%%%%%%%%%%%%%%
\Section{savetrees.sty}
More information about the tex4ht-commits
mailing list.