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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Thu Apr 18 17:29:14 CEST 2019


Author: michal_h21
Date: 2019-04-18 18:29:14 +0300 (Thu, 18 Apr 2019)
New Revision: 561

Modified:
   trunk/lit/ChangeLog
   trunk/lit/Makefile
   trunk/lit/mktex4ht-cnf.tex
   trunk/lit/tex4ht-4ht.tex
Log:
Added support for the floatpag package

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2019-04-18 14:16:06 UTC (rev 560)
+++ trunk/lit/ChangeLog	2019-04-18 15:29:14 UTC (rev 561)
@@ -3,6 +3,9 @@
 	* tex4ht-fonts-noncjk.tex: returned back the XCharter fonts.
 	* tex4ht-fonts-libertine.tex: fixed family names for Libertine fonts. This
 	changes the directory where the HTF fonts are generated.
+	* tex4ht-4ht.tex (floatpag.4ht): redefine the \thisfloatpagestyle command to
+	be ignored with tex4ht.
+	https://github.com/michal-h21/tex4ebook/issues/58
 
 2019-04-17  Michal Hoftich  <michal.h21 at gmail.com>
 

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2019-04-18 14:16:06 UTC (rev 560)
+++ trunk/lit/Makefile	2019-04-18 15:29:14 UTC (rev 561)
@@ -46,7 +46,7 @@
   biblatex.4ht biblatex-chicago.4ht book.4ht \
   caption.4ht cleveref.4ht color.4ht colortbl.4ht \
   fontspec.4ht fontspec-4ht.lua fontspec-luatex.4ht fontspec-xetex.4ht \
-    framed.4ht frenchb.4ht \
+    framed.4ht frenchb.4ht floatpag.4ht \
   geometry.4ht graphics.4ht graphicx.4ht \
   hyperref.4ht \
 	jurabib.4ht \

Modified: trunk/lit/mktex4ht-cnf.tex
===================================================================
--- trunk/lit/mktex4ht-cnf.tex	2019-04-18 14:16:06 UTC (rev 560)
+++ trunk/lit/mktex4ht-cnf.tex	2019-04-18 15:29:14 UTC (rev 561)
@@ -258,6 +258,7 @@
 \AddFile{9}{epigraph}
 \AddFile{9}{float}
 \AddFile{9}{floatflt}
+\AddFile{9}{floatpag}
 \AddFile{7}{fancybox}
 \AddFile{7}{alltt}
 \AddFile{9}{lb}

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2019-04-18 14:16:06 UTC (rev 560)
+++ trunk/lit/tex4ht-4ht.tex	2019-04-18 15:29:14 UTC (rev 561)
@@ -10446,6 +10446,20 @@
 >>>
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\Section{Floatpag}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\<floatpag.4ht\><<<
+% floatpag.4ht (|version), generated from |jobname.tex
+% Copyright 2019 TeX Users Group
+|<TeX4ht license text|>
+% this command doesn't make sense in HTML anyway
+\renewcommand\thisfloatpagestyle[1]{}
+\Hinput{floatpag}
+\endinput
+>>> \AddFile{9}{floatpag}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \Section{Footnotes}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 



More information about the tex4ht-commits mailing list