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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Mon Jul 4 16:00:59 CEST 2022


Author: michal_h21
Date: 2022-07-04 14:00:59 +0000 (Mon, 04 Jul 2022)
New Revision: 1168

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-mathml.tex
Log:
added \a:mathml prefix for more elements where it was missing

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2022-07-04 13:28:14 UTC (rev 1167)
+++ trunk/lit/ChangeLog	2022-07-04 14:00:59 UTC (rev 1168)
@@ -1,5 +1,8 @@
 2022-07-04  Michal Hoftich  <michal.h21 at gmail.com>
 
+	* tex4ht-mathml.tex (mathml.4ht): added \a:mathml prefix for more
+	elements where it was missing.
+
 	* tex4ht-mathml.tex (mathml.4ht): use \a:mathml prefix for Ulem
 	commands.
 

Modified: trunk/lit/tex4ht-mathml.tex
===================================================================
--- trunk/lit/tex4ht-mathml.tex	2022-07-04 13:28:14 UTC (rev 1167)
+++ trunk/lit/tex4ht-mathml.tex	2022-07-04 14:00:59 UTC (rev 1168)
@@ -657,7 +657,7 @@
 
 
 \<configure mathml amsmath\><<<
-\Configure{boldsymbol}{\bgroup\HCode{<mstyle mathvariant="bold-italic">}}{\HCode{</mstyle>}\egroup}
+\Configure{boldsymbol}{\bgroup\HCode{<\a:mathml mstyle mathvariant="bold-italic">}}{\HCode{</\a:mathml mstyle>}\egroup}
 >>>
 
 \<configure mathml amsmath\><<<
@@ -939,8 +939,8 @@
 >>>
 
 \<mml fonts\><<<
-\Configure{htf}{0}{+}{<mstyle\Hnewline
-   class="}{\%s}{-\%s}{x-x-\%d}{}{">}{</mstyle>}%
+\Configure{htf}{0}{+}{<\a:mathml mstyle\Hnewline
+   class="}{\%s}{-\%s}{x-x-\%d}{}{">}{</\a:mathml mstyle>}%
 >>>
 
 \<tex compiler mathml\><<<
@@ -5389,9 +5389,9 @@
     \Configure{color}%
       {\Configure{SetHColor}
            {\Css{.textcolor\textcolorN{color:\HColor}}}}%
-    \HCode{<\ifmathml mstyle\else span\fi
+    \HCode{<\ifmathml\a:mathml mstyle\else span\fi
            \space id="textcolor\textcolorN">}}%
-   {\HCode{</\ifmathml mstyle\else span\fi>}}
+   {\HCode{</\ifmathml\a:mathml  mstyle\else span\fi>}}
 >>>
 
 
@@ -5400,7 +5400,7 @@
    {\ifmathml
        \Configure{color}%
          {\Configure{SetHColor}
-              {\HCode{<mstyle mathcolor="\HColor">}}}%       
+              {\HCode{<\a:mathml mstyle mathcolor="\HColor">}}}%       
     \else
        \gHAdvance\textcolorN by 1
        \Configure{color}%
@@ -5409,7 +5409,7 @@
        \HCode{<span id="textcolor\textcolorN">}%
     \fi
    }%
-   {\HCode{</\ifmathml mstyle\else span\fi>}}
+   {\HCode{</\ifmathml\a:mathml  mstyle\else span\fi>}}
 >>>
 
 



More information about the tex4ht-commits mailing list.