[tex4ht-commits] [SCM] tex4ht updated: r394 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Wed May 2 09:35:24 CEST 2018
Author: michal_h21
Date: 2018-05-02 10:35:24 +0300 (Wed, 02 May 2018)
New Revision: 394
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-4ht.tex
Log:
Disabled package eso-pic
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2018-04-16 07:50:34 UTC (rev 393)
+++ trunk/lit/ChangeLog 2018-05-02 07:35:24 UTC (rev 394)
@@ -1,3 +1,8 @@
+2018-05-02 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-4ht.tex (usepackage.4ht): disabled package eso-pic, it cannot do
+ anything useful under tex4ht.
+
2018-04-16 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-fonts-noncjk.tex
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2018-04-16 07:50:34 UTC (rev 393)
+++ trunk/lit/tex4ht-4ht.tex 2018-05-02 07:35:24 UTC (rev 394)
@@ -3456,6 +3456,27 @@
>>>
%%%%%%%%%%%%%%%%%%
+\Section{eso-pic}
+%%%%%%%%%%%%%%%%%%
+
+Eso-pic can add some code at every page, using picture commands. This results in lots on unvanted
+images in the HTML file. It seems best to just disable this functionality.
+
+
+\<use package\><<<
+eso-pic,>>>
+
+\<add to usepackage\><<<
+\def\:temp{eso-pic}\ifx \@currname\:temp
+\:dontusepackage{eso-pic}
+\newcommand\AddToShipoutPicture{\@ifstar{}{}}
+\let\AddToShipoutPictureBG\AddToShipoutPicture
+\let\AddToShipoutPictureFG\AddToShipoutPicture
+\fi
+>>>
+
+
+%%%%%%%%%%%%%%%%%%
\Section{savetrees.sty}
%%%%%%%%%%%%%%%%%%
More information about the tex4ht-commits
mailing list