[tex4ht-commits] [SCM] tex4ht updated: r1594 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Tue Nov 5 11:24:07 CET 2024
Author: michal_h21
Date: 2024-11-05 10:24:06 +0000 (Tue, 05 Nov 2024)
New Revision: 1594
Modified:
trunk/lit/ChangeLog
trunk/lit/mktex4ht-cnf.tex
trunk/lit/tex4ht-4ht.tex
Log:
Added support for the bigfoot package
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2024-11-03 13:51:30 UTC (rev 1593)
+++ trunk/lit/ChangeLog 2024-11-05 10:24:06 UTC (rev 1594)
@@ -1,3 +1,10 @@
+2024-11-05 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-4ht.tex (
+ bigfoot.4ht, usepackage.4ht, bigfoot-hooks.4ht
+ ): added support for the Manyfoot package.
+ https://tex.stackexchange.com/a/729975/2891
+
2024-11-03 Karl Berry <karl at freefriends.org>
* tex4ht-4ht.tex (amsfonts.4ht, french.4ht, mempatch.4ht):
Modified: trunk/lit/mktex4ht-cnf.tex
===================================================================
--- trunk/lit/mktex4ht-cnf.tex 2024-11-03 13:51:30 UTC (rev 1593)
+++ trunk/lit/mktex4ht-cnf.tex 2024-11-05 10:24:06 UTC (rev 1594)
@@ -342,6 +342,8 @@
\AddFile{9}{marginnote}
\AddFile{9}{manyfoot}
\AddFile{9}{manyfoot-hooks}
+\AddFile{9}{bigfoot}
+\AddFile{9}{bigfoot-hooks}
\AddFile{9}{writer}
\AddFile{9}{mdwlist}
\AddFile{9}{sverb}
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2024-11-03 13:51:30 UTC (rev 1593)
+++ trunk/lit/tex4ht-4ht.tex 2024-11-05 10:24:06 UTC (rev 1594)
@@ -38542,6 +38542,43 @@
>>>
+%%%%%%%%%%%%%%%%%%%%%%%%
+\Section{bigfoot}
+%%%%%%%%%%%%%%%%%%%%%%%%
+
+\<bigfoot.4ht\><<<
+% bigfoot.4ht (|version), generated from |jobname.tex
+% Copyright 2024 TeX Users Group
+|<TeX4ht license text|>
+
+
+\Hinput{bigfoot}
+\endinput
+>>> \AddFile{9}{bigfoot}
+
+\<add to usepackage\><<<
+\Configure{PackageHooks}{bigfoot.sty}{bigfoot-hooks.4ht}
+>>>
+
+The Bigfoot package redefines the output routine in a way which
+crashes TeX4ht. It basically just loads the Manyfoot package and
+then redefines its commands. As the changes are mostly just in
+how the notes are displayed on the page, which doesn't matter
+with TeX4ht, I think we can safely block the package from loading
+and just use the Manyfoot package directly.
+
+One feature that doesn't work though is nested footnotes. I may look
+into this issue in the future.
+
+\<bigfoot-hooks.4ht\><<<
+% bigfoot-hooks.4ht (|version), generated from |jobname.tex
+% Copyright 2024 TeX Users Group
+|<TeX4ht license text|>
+\:dontusepackage{bigfoot}
+\RequirePackage{manyfoot}
+\endinput
+>>> \AddFile{9}{bigfoot-hooks}
+
%%%%%%%%%%%%%%%
\Section{Other}
%%%%%%%%%%%%%%%%%
More information about the tex4ht-commits
mailing list.