summaryrefslogtreecommitdiff
path: root/support/TeX4ht/source
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-11-23 03:01:03 +0000
committerNorbert Preining <norbert@preining.info>2023-11-23 03:01:03 +0000
commit4b11f001033c31cf22cda6f3d77dc2b5f013cd5b (patch)
treeea4d2ddd208b47806191c038078b3a9e688ae001 /support/TeX4ht/source
parent3ccfe4b1586c1cafd045993a517e3b9ad3ed631e (diff)
CTAN sync 202311230301
Diffstat (limited to 'support/TeX4ht/source')
-rw-r--r--support/TeX4ht/source/ChangeLog6
-rw-r--r--support/TeX4ht/source/tex4ht-mathml.tex6
2 files changed, 9 insertions, 3 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog
index f36bdba955..d2374fba2c 100644
--- a/support/TeX4ht/source/ChangeLog
+++ b/support/TeX4ht/source/ChangeLog
@@ -1,3 +1,9 @@
+2023-11-21 Michal Hoftich <michal.h21@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@gmail.com>
* tex4ht-4ht.tex (citation-style-language.4ht): added Citation Style
diff --git a/support/TeX4ht/source/tex4ht-mathml.tex b/support/TeX4ht/source/tex4ht-mathml.tex
index fe8614f5ed..504bd4c910 100644
--- a/support/TeX4ht/source/tex4ht-mathml.tex
+++ b/support/TeX4ht/source/tex4ht-mathml.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-mathml.tex 1377 2023-10-05 10:14:06Z michal_h21 $$
+% $Id: tex4ht-mathml.tex 1413 2023-11-21 16:43:06Z michal_h21 $$
% compile 3 times: latex tex4ht-mathltx
% or xhlatex tex4ht-mathltx "html,3,sections+"
%
@@ -2500,8 +2500,8 @@ for more details.
\<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>}
{}}
>>>