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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Sun Dec 29 19:50:44 CET 2019


Author: michal_h21
Date: 2019-12-29 20:50:44 +0200 (Sun, 29 Dec 2019)
New Revision: 647

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
   trunk/lit/tex4ht-mathml.tex
Log:
Added support for the \boldsymbol command

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2019-12-28 22:18:29 UTC (rev 646)
+++ trunk/lit/ChangeLog	2019-12-29 18:50:44 UTC (rev 647)
@@ -1,3 +1,10 @@
+2019-12-29 Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (amsmath.4ht),
+	tex4ht-mathml.tex (mathml.4ht): added support for the \boldsymbol command.
+	https://tex.stackexchange.com/q/522173/2891
+
+
 2019-12-28 Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-unicode.tex (unicode.4ht),

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2019-12-28 22:18:29 UTC (rev 646)
+++ trunk/lit/tex4ht-4ht.tex	2019-12-29 18:50:44 UTC (rev 647)
@@ -18810,6 +18810,12 @@
 >>>
 
 \<body of amsmath.sty\><<<
+\NewConfigure{boldsymbol}{2}
+\pend:defI\boldsymbol{\a:boldsymbol}
+\append:defI\boldsymbol{\b:boldsymbol}
+>>>
+
+\<body of amsmath.sty\><<<
 \def\hdots at for#1#2{\multicolumn{#2}c% 
   {\m at th \hdots:for{#1}\hfil}}
 \def\hdots:for#1{\dotsspace at 1.5mu\mkern-#1\dotsspace@ 

Modified: trunk/lit/tex4ht-mathml.tex
===================================================================
--- trunk/lit/tex4ht-mathml.tex	2019-12-28 22:18:29 UTC (rev 646)
+++ trunk/lit/tex4ht-mathml.tex	2019-12-29 18:50:44 UTC (rev 647)
@@ -656,6 +656,9 @@
 >>>
 
 
+\<configure mathml amsmath\><<<
+\Configure{boldsymbol}{\HCode{<mstyle mathvariant="bold-italic">}}{\HCode{</mstyle>}}
+>>>
 
 \<configure mathml amsmath\><<<
 \Configure{maketag}



More information about the tex4ht-commits mailing list