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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Wed Jul 1 23:00:51 CEST 2020


Author: michal_h21
Date: 2020-07-02 00:00:51 +0300 (Thu, 02 Jul 2020)
New Revision: 752

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-html4.tex
Log:
Fixed spacing after \TeX and \LaTeX

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2020-06-30 12:22:51 UTC (rev 751)
+++ trunk/lit/ChangeLog	2020-07-01 21:00:51 UTC (rev 752)
@@ -1,3 +1,8 @@
+2020-07-01 Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-html4.tex (html4.4ht): fixed spacing after \LaTeX and \TeX.
+	https://puszcza.gnu.org.ua/bugs/?162
+
 2020-06-30 Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-html4.tex (html4.4ht): don't override HTML charset when it is

Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex	2020-06-30 12:22:51 UTC (rev 751)
+++ trunk/lit/tex4ht-html4.tex	2020-07-01 21:00:51 UTC (rev 752)
@@ -7138,7 +7138,7 @@
 \:CheckOption{fancylogo}\if:Option
 \def\TeX{\HCode{<span class="TEX">}T\HCode{<span\Hnewline
      class="E">}E\HCode{</span>}X\HCode{</span>}}
-\Css{span.TEX {letter-spacing: -0.125em; }}
+\Css{span.TEX {letter-spacing: -0.125em; margin-right:0.125em;}}
 \Css{span.TEX span.E{ position:relative;top:0.5ex;left:-0.0417em;}} 
 \Css{a span.TEX span.E {text-decoration: none; }}
 \else
@@ -8027,7 +8027,7 @@
 \expandafter\HLet\csname LaTeXe\endcsname|=\:temp
 \Css{span.LATEX span.A{ position:relative; top:-0.5ex;
    left:-0.4em; font-size:85\%;}}
-\Css{span.LATEX span.TEX{ position:relative; left: -0.4em; }}
+\Css{span.LATEX span.TEX{ position:relative; margin-left: -0.4em; margin-right:0.125em; }}
 \else
 \def\LaTeX{LaTeX}
 \def\LaTeXe{LaTeX2e}



More information about the tex4ht-commits mailing list.