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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Fri Aug 30 13:38:33 CEST 2019


Author: michal_h21
Date: 2019-08-30 14:38:33 +0300 (Fri, 30 Aug 2019)
New Revision: 595

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-html4.tex
Log:
Fixed spurious space on odd lines in algorhitmicx

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2019-08-26 10:58:30 UTC (rev 594)
+++ trunk/lit/ChangeLog	2019-08-30 11:38:33 UTC (rev 595)
@@ -1,3 +1,9 @@
+2019-08-30 Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-html4.tex (html4.4ht): added non breaking space to remove
+	spurious space inserted on every odd line in the algorithmicx environment.
+	https://github.com/michal-h21/make4ht/issues/20
+
 2019-08-26 Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (latex.4ht),

Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex	2019-08-26 10:58:30 UTC (rev 594)
+++ trunk/lit/tex4ht-html4.tex	2019-08-30 11:38:33 UTC (rev 595)
@@ -15577,7 +15577,7 @@
     \ifnum \c at ALG@line=10
         \Css{.algorithmic span.label{width:3em; text-align:right;}}\fi
    }
-   {\HCode{</span>&\#xA0;<span\Hnewline class="algorithmic">}%
+   {\HCode{</span>&\#xA0;<span\Hnewline class="algorithmic">}~%
     \special{t4ht at . }}
 \Css{div.algorithmic span.algorithmic{white-space:pre}}
 >>>



More information about the tex4ht-commits mailing list