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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Thu Mar 12 10:48:13 CET 2020


Author: michal_h21
Date: 2020-03-12 11:48:12 +0200 (Thu, 12 Mar 2020)
New Revision: 677

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
Block package showframe from loading

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2020-03-09 15:00:44 UTC (rev 676)
+++ trunk/lit/ChangeLog	2020-03-12 09:48:12 UTC (rev 677)
@@ -1,3 +1,8 @@
+2020-03-12 Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (usepackage.4ht): block package showframe.
+	https://tug.org/pipermail/tex4ht/2020q1/002464.html
+	
 2020-03-09 Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-jats.tex (jats.4ht),

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2020-03-09 15:00:44 UTC (rev 676)
+++ trunk/lit/tex4ht-4ht.tex	2020-03-12 09:48:12 UTC (rev 677)
@@ -3579,6 +3579,20 @@
 \fi
 >>>
 
+%%%%%%%%%%%%%%%%%%
+\Section{showframe}
+%%%%%%%%%%%%%%%%%%
+
+The Showframe package is not useful in HTML mode. It also breaks TeX4ht, so we should block it.
+
+\<use package\><<<
+showframe,>>>
+
+\<add to usepackage\><<<
+\def\:temp{showframe}\ifx \@currname\:temp
+\:dontusepackage{showframe}
+\fi
+>>>
 %%%%%%%%%%%%%%%%%
 \Section{expl3.sty}
 %%%%%%%%%%%%%%%%%



More information about the tex4ht-commits mailing list.