[tex4ht-commits] [SCM] tex4ht updated: r271 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Wed Apr 5 09:51:05 CEST 2017
Author: michal_h21
Date: 2017-04-05 10:51:05 +0300 (Wed, 05 Apr 2017)
New Revision: 271
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-mathml.tex
Log:
Added \EndPauseMathClass to \mathbf configuration
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2017-04-04 15:53:17 UTC (rev 270)
+++ trunk/lit/ChangeLog 2017-04-05 07:51:05 UTC (rev 271)
@@ -1,3 +1,9 @@
+2017-04-05 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-mathml.tex (mathml.4ht): added \EndPauseMathClass to
+ \Configure{mathbf}
+ http://tex.stackexchange.com/q/362178/2891
+
2017-04-04 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-html4.tex (html4.4ht): changed some deprecated <center>
Modified: trunk/lit/tex4ht-mathml.tex
===================================================================
--- trunk/lit/tex4ht-mathml.tex 2017-04-04 15:53:17 UTC (rev 270)
+++ trunk/lit/tex4ht-mathml.tex 2017-04-05 07:51:05 UTC (rev 271)
@@ -1712,7 +1712,7 @@
\Configure{mathbf}%
{\bgroup \Tg<\a:mathml mi
mathvariant="bold">\PauseMathClass}%
- {\Tg</\a:mathml mi>\egroup }%
+ {\EndPauseMathClass\Tg</\a:mathml mi>\egroup }%
\Configure{mathit}%
{\bgroup \Tg<\a:mathml mi mathvariant="\ifx
\bold:version\math at version bold-\fi italic">\PauseMathClass}%
More information about the tex4ht-commits
mailing list