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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Thu Dec 1 17:04:36 CET 2022


Author: michal_h21
Date: 2022-12-01 16:04:36 +0000 (Thu, 01 Dec 2022)
New Revision: 1258

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-html4.tex
Log:
fixed cross-reference links to footnotes

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2022-12-01 14:02:19 UTC (rev 1257)
+++ trunk/lit/ChangeLog	2022-12-01 16:04:36 UTC (rev 1258)
@@ -1,4 +1,7 @@
 2022-12-01  Michal Hoftich  <michal.h21 at gmail.com>
+	
+	* tex4ht-html4.tex (html4.4ht): fixed cross-reference links to
+	footnotes.
 
 	* tex4ht-html4.tex (html4.4ht): close paragraphs before multirow.
 

Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex	2022-12-01 14:02:19 UTC (rev 1257)
+++ trunk/lit/tex4ht-html4.tex	2022-12-01 16:04:36 UTC (rev 1258)
@@ -4804,6 +4804,7 @@
 \<inline footnote text\><<<
 \Configure{footnotetext}
    {|<open inline footnote box|>%
+    \AnchorLabel%
     |<fn mark sup|>|<inline fn text /Link|>%
     \NoFonts
     \Tag{|<footnote id|>-bk}{}%
@@ -5061,7 +5062,7 @@
 \Configure{footnotetext}
    {|<open footnote page|>%
     |<fn mark sup|>\Link{}{|<footnote id|>}%
-    \NoFonts
+    \NoFonts\AnchorLabel
    }
    {\EndNoFonts \EndLink|<fn mark end sup|>}
    {|<close footnote page|>}



More information about the tex4ht-commits mailing list.