[tex4ht-commits] [SCM] tex4ht updated: r825 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Sat Oct 17 11:59:58 CEST 2020
Author: michal_h21
Date: 2020-10-17 12:59:58 +0300 (Sat, 17 Oct 2020)
New Revision: 825
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-4ht.tex
Log:
adapted eso-pic for the new hook mechanism
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2020-10-17 09:56:52 UTC (rev 824)
+++ trunk/lit/ChangeLog 2020-10-17 09:59:58 UTC (rev 825)
@@ -24,6 +24,8 @@
the new package hook mechanism.
* tex4ht-4ht.tex (usepackage.4ht, showframe-hooks.4ht): adapted showframe for
the new package hook mechanism.
+ * tex4ht-4ht.tex (usepackage.4ht, esopic-hooks.4ht): adapted eso-pic 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:56:52 UTC (rev 824)
+++ trunk/lit/tex4ht-4ht.tex 2020-10-17 09:59:58 UTC (rev 825)
@@ -3593,11 +3593,14 @@
images in the HTML file. It seems best to just disable this functionality.
-\<use package\><<<
-eso-pic,>>>
+\<add to usepackage\><<<
+\Configure{PackageHooks}{eso-pic.sty}{esopic-hooks.4ht}
+>>>
-\<add to usepackage\><<<
-\def\:temp{eso-pic}\ifx \@currname\:temp
+\<esopic-hooks.4ht\><<<
+% esopic-hooks.4ht (|version), generated from |jobname.tex
+% Copyright 2020 TeX Users Group
+|<TeX4ht license text|>
\:dontusepackage{eso-pic}
\providecommand\AddToShipoutPicture{\@ifstar\@gobble\@gobble}
\let\AddToShipoutPictureBG\AddToShipoutPicture
@@ -3607,8 +3610,7 @@
\let\ClearShipoutPicture\relax
\providecommand*\LenToUnit[1]{}
\providecommand\gridSetup[6][]{}
-\fi
->>>
+>>> \AddFile{9}{esopic-hooks}
%%%%%%%%%%%%%%%%%%
\Section{showframe}
More information about the tex4ht-commits
mailing list.