[tex4ht-commits] [SCM] tex4ht updated: r883 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Mon Feb 8 16:40:41 CET 2021
Author: michal_h21
Date: 2021-02-08 17:40:41 +0200 (Mon, 08 Feb 2021)
New Revision: 883
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-docbook.tex
Log:
Fixed docbook footnotes
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2021-02-08 10:04:38 UTC (rev 882)
+++ trunk/lit/ChangeLog 2021-02-08 15:40:41 UTC (rev 883)
@@ -2,6 +2,8 @@
* tex4ht-docbook.tex (docbook.4ht): start new paragraph after \maketitle.
https://github.com/michal-h21/make4ht/issues/44
+ * tex4ht-docbook.tex (docbook.4ht): fixed footnote handling.
+ https://github.com/michal-h21/make4ht/issues/45
2021-02-07 Michal Hoftich <michal.h21 at gmail.com>
Modified: trunk/lit/tex4ht-docbook.tex
===================================================================
--- trunk/lit/tex4ht-docbook.tex 2021-02-08 10:04:38 UTC (rev 882)
+++ trunk/lit/tex4ht-docbook.tex 2021-02-08 15:40:41 UTC (rev 883)
@@ -2568,7 +2568,7 @@
\<configure docbook latex\><<<
\Configure{footnotetext}
- {\HCode{<footnote><para>}\bgroup\let\@makefnmark\empty}
+ {\HCode{<footnote><para>}\setbox\tmp:bx=\hbox\bgroup\let\@makefnmark\relax}
{\egroup}%
{\HCode{</para></footnote>}}
\Configure{footnotemark}
More information about the tex4ht-commits
mailing list.