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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Mon Jul 4 15:28:14 CEST 2022


Author: michal_h21
Date: 2022-07-04 13:28:14 +0000 (Mon, 04 Jul 2022)
New Revision: 1167

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-mathml.tex
Log:
use \a:mathml prefix for ulem commands

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2022-07-04 11:17:52 UTC (rev 1166)
+++ trunk/lit/ChangeLog	2022-07-04 13:28:14 UTC (rev 1167)
@@ -1,5 +1,8 @@
 2022-07-04  Michal Hoftich  <michal.h21 at gmail.com>
 
+	* tex4ht-mathml.tex (mathml.4ht): use \a:mathml prefix for Ulem
+	commands.
+
 	* tex4ht-4ht.tex (nameref.4ht): use \protected at xdef in definition of
 	caption title, to prevent further errors.
 	https://tex.stackexchange.com/a/649734/2891

Modified: trunk/lit/tex4ht-mathml.tex
===================================================================
--- trunk/lit/tex4ht-mathml.tex	2022-07-04 11:17:52 UTC (rev 1166)
+++ trunk/lit/tex4ht-mathml.tex	2022-07-04 13:28:14 UTC (rev 1167)
@@ -3848,25 +3848,25 @@
 
 \<configure mathml ulem\><<<
 \Configure{uline-math}
-   {\HCode{<menclose class="uline-math" notation="bottom">}\NoFonts} {\EndNoFonts\HCode{</menclose>}}
+   {\HCode{<\a:mathml menclose class="uline-math" notation="bottom">}\NoFonts} {\EndNoFonts\HCode{</\a:mathml menclose>}}
 \Configure{uuline-math}
-   {\HCode{<menclose class="uuline-math" notation="bottom">}\NoFonts} {\EndNoFonts\HCode{</menclose>}}
+   {\HCode{<\a:mathml menclose class="uuline-math" notation="bottom">}\NoFonts} {\EndNoFonts\HCode{</\a:mathml menclose>}}
 \Css{.uuline-math{ border-bottom:3px double black; }}
 \Configure{sout-math}
-   {\HCode{<menclose class="sout-math" notation="horizontalstrike">}\NoFonts} {\EndNoFonts\HCode{</menclose>}}
+   {\HCode{<\a:mathml menclose class="sout-math" notation="horizontalstrike">}\NoFonts} {\EndNoFonts\HCode{</\a:mathml menclose>}}
 \Configure{xout-math}
-   {\HCode{<menclose class="xout-math" notation="horizontalstrike bottom">}\NoFonts} 
-   {\EndNoFonts\HCode{</menclose>}}
+   {\HCode{<\a:mathml menclose class="xout-math" notation="horizontalstrike bottom">}\NoFonts} 
+   {\EndNoFonts\HCode{</\a:mathml menclose>}}
 \Configure{uwave-math}
-   {\HCode{<menclose class="uwave-math" notation="bottom">}\NoFonts} 
-   {\EndNoFonts\HCode{</menclose>}}
+   {\HCode{<\a:mathml menclose class="uwave-math" notation="bottom">}\NoFonts} 
+   {\EndNoFonts\HCode{</\a:mathml menclose>}}
 \Configure{dashuline-math}
-   {\HCode{<mstyle class="dashuline-math" notation="bottom">}\NoFonts} 
-   {\EndNoFonts\HCode{</mstyle>}}
+   {\HCode{<\a:mathml mstyle class="dashuline-math" notation="bottom">}\NoFonts} 
+   {\EndNoFonts\HCode{</\a:mathml mstyle>}}
 \Css{.dashuline-math {border-bottom: 1px dashed black;}}
 \Configure{dotuline-math}
-   {\HCode{<mstyle class="dotuline-math" notation="bottom">}\NoFonts} 
-   {\EndNoFonts\HCode{</mstyle>}}
+   {\HCode{<\a:mathml mstyle class="dotuline-math" notation="bottom">}\NoFonts} 
+   {\EndNoFonts\HCode{</\a:mathml mstyle>}}
 \Css{.dotuline-math {border-bottom: 1px dotted black;}}
 >>>
 



More information about the tex4ht-commits mailing list.