From 4b11f001033c31cf22cda6f3d77dc2b5f013cd5b Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 23 Nov 2023 03:01:03 +0000 Subject: CTAN sync 202311230301 --- support/TeX4ht/source/ChangeLog | 6 ++++++ support/TeX4ht/source/tex4ht-mathml.tex | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'support') 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 + + * tex4ht-mathml.tex (mathml.4ht): use instead of in + \Configure{qopname} to prevent rendering errors with MathJax. + https://tex.stackexchange.com/a/701927/2891 + 2023-11-20 Michal Hoftich * 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{qopname} {\Configure{mathop}{*} - {<\a:mathml mrow \mml:class="qopname">} - { &\#x2061; } + {<\a:mathml mtext \mml:class="qopname">} + { &\#x2061; } {}} >>> -- cgit v1.2.3