[tex4ht-commits] [SCM] tex4ht updated: r1457 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Tue Jan 30 21:48:28 CET 2024
Author: michal_h21
Date: 2024-01-30 20:48:28 +0000 (Tue, 30 Jan 2024)
New Revision: 1457
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-html4.tex
Log:
fixed nested links in footnotes
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2024-01-30 16:31:58 UTC (rev 1456)
+++ trunk/lit/ChangeLog 2024-01-30 20:48:28 UTC (rev 1457)
@@ -1,4 +1,7 @@
2024-01-30 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-html4.tex (html4.4ht): fixed nested links in footnotes.
+ https://tex.stackexchange.com/a/708335/2891
* tex4ht-mathml.tex (mathml.4ht): prevent spurious opening <p> tags
in \boxed commands.
Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex 2024-01-30 16:31:58 UTC (rev 1456)
+++ trunk/lit/tex4ht-html4.tex 2024-01-30 20:48:28 UTC (rev 1457)
@@ -5119,8 +5119,8 @@
\<default offline footnote text\><<<
\Configure{footnotetext}
{|<open footnote page|>%
- |<fn mark sup|>\Link{}{|<footnote id|>}%
- \NoFonts\AnchorLabel
+ |<fn mark sup|>\AnchorLabel\Link{}{|<footnote id|>}%
+ \NoFonts%
}
{\EndNoFonts \EndLink|<fn mark end sup|>}
{|<close footnote page|>}
More information about the tex4ht-commits
mailing list.