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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Tue Nov 21 17:43:06 CET 2023


Author: michal_h21
Date: 2023-11-21 16:43:06 +0000 (Tue, 21 Nov 2023)
New Revision: 1413

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-mathml.tex
Log:
use <mtext> instead of <mrow> in qopname

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2023-11-20 10:08:03 UTC (rev 1412)
+++ trunk/lit/ChangeLog	2023-11-21 16:43:06 UTC (rev 1413)
@@ -1,3 +1,9 @@
+2023-11-21  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-mathml.tex (mathml.4ht): use <mtext> instead of <mrow> in
+	\Configure{qopname} to prevent rendering errors with MathJax.
+	https://tex.stackexchange.com/a/701927/2891
+
 2023-11-20  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (citation-style-language.4ht): added Citation Style

Modified: trunk/lit/tex4ht-mathml.tex
===================================================================
--- trunk/lit/tex4ht-mathml.tex	2023-11-20 10:08:03 UTC (rev 1412)
+++ trunk/lit/tex4ht-mathml.tex	2023-11-21 16:43:06 UTC (rev 1413)
@@ -2500,8 +2500,8 @@
 \<configure mathml amsopn\><<<
 \Configure{qopname}
    {\Configure{mathop}{*}
-      {<\a:mathml mrow \mml:class="qopname">}
-  {</\a:mathml mrow><mo> &\#x2061;<!--FUNCTION APPLICATION--> </mo>}
+      {<\a:mathml mtext \mml:class="qopname">}
+  {</\a:mathml mtext><mo> &\#x2061;<!--FUNCTION APPLICATION--> </mo>}
       {}}
 >>>
 



More information about the tex4ht-commits mailing list.