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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Wed Oct 16 19:44:09 CEST 2019


Author: michal_h21
Date: 2019-10-16 20:44:09 +0300 (Wed, 16 Oct 2019)
New Revision: 613

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-html4.tex
Log:
Fix for Fontspec font commands

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2019-10-13 21:31:47 UTC (rev 612)
+++ trunk/lit/ChangeLog	2019-10-16 17:44:09 UTC (rev 613)
@@ -1,3 +1,9 @@
+2019-10-16 Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-html4.tex (html4.4ht): fix for basic text formatting commands on
+	the beginning of the paragraph when Fontspec package is used.
+	http://puszcza.gnu.org.ua/bugs/?441
+
 2019-10-13 Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (graphics.4ht): fix for serious error that showed after a

Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex	2019-10-13 21:31:47 UTC (rev 612)
+++ trunk/lit/tex4ht-html4.tex	2019-10-16 17:44:09 UTC (rev 613)
@@ -21886,9 +21886,9 @@
 font commands
 
 \<configure html4 fontspec\><<<
-\Configure{textit}{\Tg<i>}{\Tg</i>}
-\Configure{textbf}{\Tg<strong>}{\Tg</strong>}
-\Configure{textsc}{\Tg<span class="small-caps">}{\Tg</span>}
+\Configure{textit}{\HCode{<i>}\NoFonts}{\EndNoFonts\Tg</i>}
+\Configure{textbf}{\HCode{<strong>}\NoFonts}{\EndNoFonts\Tg</strong>}
+\Configure{textsc}{\HCode{<span class="small-caps">}\NoFonts}{\EndNoFonts\Tg</span>}
 \Css{.small-caps{font-variant: small-caps;}}
 >>>
 



More information about the tex4ht-commits mailing list