texlive[72776] Master/texmf-dist: bigfoot support, tex4ht r1594
commits+karl at tug.org
commits+karl at tug.org
Tue Nov 5 22:02:49 CET 2024
Revision: 72776
https://tug.org/svn/texlive?view=revision&revision=72776
Author: karl
Date: 2024-11-05 22:02:49 +0100 (Tue, 05 Nov 2024)
Log Message:
-----------
bigfoot support, tex4ht r1594
Revision Links:
--------------
https://tug.org/svn/texlive?view=revision&revision=1594
Modified Paths:
--------------
trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
trunk/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex
trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
trunk/Master/texmf-dist/tex/generic/tex4ht/amsfonts.4ht
trunk/Master/texmf-dist/tex/generic/tex4ht/french.4ht
trunk/Master/texmf-dist/tex/generic/tex4ht/mempatch.4ht
trunk/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht
Added Paths:
-----------
trunk/Master/texmf-dist/tex/generic/tex4ht/bigfoot-hooks.4ht
trunk/Master/texmf-dist/tex/generic/tex4ht/bigfoot.4ht
Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog 2024-11-05 20:24:21 UTC (rev 72775)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog 2024-11-05 21:02:49 UTC (rev 72776)
@@ -1,3 +1,15 @@
+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):
+ \write-1 version.
+
2024-11-01 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-4ht.tex (
Modified: trunk/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex 2024-11-05 20:24:21 UTC (rev 72775)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex 2024-11-05 21:02:49 UTC (rev 72776)
@@ -1,4 +1,4 @@
-% $Id: mktex4ht-cnf.tex 1592 2024-11-01 21:37:51Z michal_h21 $
+% $Id: mktex4ht-cnf.tex 1594 2024-11-05 10:24:06Z michal_h21 $
% Manually-maintained file, listing *.4ht files created by tex4ht-4ht.tex.
% Read by tex4ht-cond4ht.
%
@@ -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/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex 2024-11-05 20:24:21 UTC (rev 72775)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex 2024-11-05 21:02:49 UTC (rev 72776)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 1592 2024-11-01 21:37:51Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1594 2024-11-05 10:24:06Z michal_h21 $
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
% Copyright 2009-2024 TeX Users Group
@@ -16869,10 +16869,9 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\<mempatch.4ht\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% mempatch.4ht |version %
-% Copyright (C) |CopyYear.2003. Eitan M. Gurari %
-|<TeX4ht copyright|>
+% mempatch.4ht (|version), generated from |jobname.tex
+% Copyright |CopyYear.2003. Eitan M. Gurari
+|<TeX4ht copywrite|>
|<mempatch cfg|>
\Hinput{mempatch}
\endinput
@@ -22388,10 +22387,9 @@
%%%%%%%%%%%%%%%
\<amsfonts.4ht\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% amsfonts.4ht |version %
-% Copyright (C) |CopyYear.2001. Eitan M. Gurari %
-|<TeX4ht copyright|>
+% amsfonts.4ht (|version), generated from |jobname.tex
+% Copyright |CopyYear.2001. Eitan M. Gurari
+|<TeX4ht copywrite|>
|<amsfonts sty|>
\Hinput{amsfonts}
\endinput
@@ -26033,10 +26031,9 @@
%%%%%%%%%%%%%%%%
\<french.4ht\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% french.4ht |version %
-% Copyright (C) |CopyYear.1999. Eitan M. Gurari %
-|<TeX4ht copyright|>
+% french.4ht |version, generated from |jobname.tex
+% Copyright |CopyYear.1999. Eitan M. Gurari
+|<TeX4ht copywrite|>
\expandafter\ifx \csname @s at ORI\endcsname \relax
\else
|<french 4ht|>
@@ -38545,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}
%%%%%%%%%%%%%%%%%
Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/amsfonts.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/amsfonts.4ht 2024-11-05 20:24:21 UTC (rev 72775)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/amsfonts.4ht 2024-11-05 21:02:49 UTC (rev 72776)
@@ -1,6 +1,5 @@
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% amsfonts.4ht 2024-08-13-13:15 %
-% Copyright (C) 2001-2009 Eitan M. Gurari %
+% amsfonts.4ht (2024-11-03-05:51), generated from tex4ht-4ht.tex
+% Copyright 2001-2009 Eitan M. Gurari
% Copyright 2009-2024 TeX Users Group
%
% This work may be distributed and/or modified under the
@@ -18,6 +17,8 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
+\immediate\write-1{version 2024-11-03-05:51}
+
\NewConfigure{mathbb}{2}
\def\:temp#1{{\a:mathbb \o:mathbb:{#1}\b:mathbb}}
\HLet\mathbb\:temp
Added: trunk/Master/texmf-dist/tex/generic/tex4ht/bigfoot-hooks.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/bigfoot-hooks.4ht (rev 0)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/bigfoot-hooks.4ht 2024-11-05 21:02:49 UTC (rev 72776)
@@ -0,0 +1,24 @@
+% bigfoot-hooks.4ht (2024-11-05-12:30), generated from tex4ht-4ht.tex
+% Copyright 2024 TeX Users Group
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either
+% version 1.3c of this license or (at your option) any
+% later version. The latest version of this license is in
+% http://www.latex-project.org/lppl.txt
+% and version 1.3c or later is part of all distributions
+% of LaTeX version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status "maintained".
+%
+% The Current Maintainer of this work
+% is the TeX4ht Project <http://tug.org/tex4ht>.
+%
+% If you modify this program, changing the
+% version identification would be appreciated.
+\immediate\write-1{version 2024-11-05-12:30}
+
+\:dontusepackage{bigfoot}
+\RequirePackage{manyfoot}
+\endinput
+
Property changes on: trunk/Master/texmf-dist/tex/generic/tex4ht/bigfoot-hooks.4ht
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/generic/tex4ht/bigfoot.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/bigfoot.4ht (rev 0)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/bigfoot.4ht 2024-11-05 21:02:49 UTC (rev 72776)
@@ -0,0 +1,25 @@
+% bigfoot.4ht (2024-11-05-12:30), generated from tex4ht-4ht.tex
+% Copyright 2024 TeX Users Group
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either
+% version 1.3c of this license or (at your option) any
+% later version. The latest version of this license is in
+% http://www.latex-project.org/lppl.txt
+% and version 1.3c or later is part of all distributions
+% of LaTeX version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status "maintained".
+%
+% The Current Maintainer of this work
+% is the TeX4ht Project <http://tug.org/tex4ht>.
+%
+% If you modify this program, changing the
+% version identification would be appreciated.
+\immediate\write-1{version 2024-11-05-12:30}
+
+
+
+\Hinput{bigfoot}
+\endinput
+
Property changes on: trunk/Master/texmf-dist/tex/generic/tex4ht/bigfoot.4ht
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/french.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/french.4ht 2024-11-05 20:24:21 UTC (rev 72775)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/french.4ht 2024-11-05 21:02:49 UTC (rev 72776)
@@ -1,6 +1,5 @@
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% french.4ht 2024-10-29-13:37 %
-% Copyright (C) 1999-2009 Eitan M. Gurari %
+% french.4ht 2024-11-03-05:51, generated from tex4ht-4ht.tex
+% Copyright 1999-2009 Eitan M. Gurari
% Copyright 2009-2024 TeX Users Group
%
% This work may be distributed and/or modified under the
@@ -18,6 +17,8 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
+\immediate\write-1{version 2024-11-03-05:51}
+
\expandafter\ifx \csname @s at ORI\endcsname \relax
\else
\let\:GOfrench\GOfrench
Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/mempatch.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/mempatch.4ht 2024-11-05 20:24:21 UTC (rev 72775)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/mempatch.4ht 2024-11-05 21:02:49 UTC (rev 72776)
@@ -1,6 +1,5 @@
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% mempatch.4ht 2024-10-27-00:00 %
-% Copyright (C) 2003-2009 Eitan M. Gurari %
+% mempatch.4ht (2024-11-03-05:51), generated from tex4ht-4ht.tex
+% Copyright 2003-2009 Eitan M. Gurari
% Copyright 2009-2024 TeX Users Group
%
% This work may be distributed and/or modified under the
@@ -18,6 +17,8 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
+\immediate\write-1{version 2024-11-03-05:51}
+
\let\no at Msect\M at sect
\NewConfigure{@sec @ssect}[1]{%
\def\rdef:sec##1{#1\csname no@##1\endcsname}}
Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht 2024-11-05 20:24:21 UTC (rev 72775)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht 2024-11-05 21:02:49 UTC (rev 72776)
@@ -1,4 +1,4 @@
-% usepackage.4ht (2024-11-01-14:51), generated from tex4ht-4ht.tex
+% usepackage.4ht (2024-11-05-12:30), generated from tex4ht-4ht.tex
% Copyright 2003-2009 Eitan M. Gurari
% Copyright 2009-2024 TeX Users Group
%
@@ -17,7 +17,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2024-11-01-14:51}
+\immediate\write-1{version 2024-11-05-12:30}
\def\:temp{tex4ht}\ifx \:temp\@currname
\:warning{\string\usepackage{tex4ht} again?}
@@ -99,6 +99,7 @@
\Configure{PackageHooks}{hyperxmp.sty}{hyperxmp-hooks.4ht}
\Configure{PackageHooks}{datetime2.sty}{datetime2-hooks.4ht}
\Configure{PackageHooks}{manyfoot.sty}{manyfoot-hooks.4ht}
+\Configure{PackageHooks}{bigfoot.sty}{bigfoot-hooks.4ht}
\endinput
More information about the tex-live-commits
mailing list.