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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Thu Oct 25 23:47:34 CEST 2018


Author: michal_h21
Date: 2018-10-26 00:47:34 +0300 (Fri, 26 Oct 2018)
New Revision: 436

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-ooffice.tex
Log:
Removed space before footnote mark

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2018-10-20 18:03:56 UTC (rev 435)
+++ trunk/lit/ChangeLog	2018-10-25 21:47:34 UTC (rev 436)
@@ -1,3 +1,8 @@
+2018-10-25  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-ooffice.tex (ooffice.4ht): removed space before footnote mark.
+	https://puszcza.gnu.org.ua/bugs/?172
+
 2018-10-20  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (book.4ht, report.4ht, article.4ht, amsart.4ht,

Modified: trunk/lit/tex4ht-ooffice.tex
===================================================================
--- trunk/lit/tex4ht-ooffice.tex	2018-10-20 18:03:56 UTC (rev 435)
+++ trunk/lit/tex4ht-ooffice.tex	2018-10-25 21:47:34 UTC (rev 436)
@@ -8456,7 +8456,7 @@
 
 \<footnote text\><<<
 \Configure{footnotetext}
-   {\Tag{|<footnote id|>-tx}{}%
+   {\special{t4ht@)}\Tag{|<footnote id|>-tx}{}%
     |<check duplicate footnote text|>%
     \SaveEndP \NoFonts  \let\@textsuperscript\hbox
     \HCode{<\text:footnote\Hnewline\text:note:class
@@ -8523,7 +8523,8 @@
 \Configure{footnotemark}
    {\Tag{|<footnote id|>}{}%
     |<footnote mark without text|>}
-   {|<end footnote mark without text|>}
+   {|<end footnote mark without text|>%
+   \special{t4ht@(}}
 >>>
 
 \<check duplicate footnote text\><<<



More information about the tex4ht-commits mailing list