summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-11-02 22:28:54 +0000
committerKarl Berry <karl@freefriends.org>2022-11-02 22:28:54 +0000
commitbb80eb14683b422a6d9f650dced93ff1c795dfd6 (patch)
tree3f74053ec413b7d441c2f6ee7e4de4d3c57e516e /Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex
parent51fe613807b7e6be62212f12b2a53d37161773ca (diff)
group \mathcal, tex4ht r1234
git-svn-id: svn://tug.org/texlive/trunk@64911 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex')
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex
index 4326b08eccf..2b498005a7d 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-mathml.tex 1233 2022-11-01 13:36:13Z michal_h21 $$
+% $Id: tex4ht-mathml.tex 1234 2022-11-02 22:09:27Z michal_h21 $$
% compile 3 times: latex tex4ht-mathltx
% or xhlatex tex4ht-mathltx "html,3,sections+"
%
@@ -4493,7 +4493,7 @@ The Script style is required using the mathvariant attribute, so it should be
rendered correctly.
\<redefine mathcal\><<<
-\def\:tempa#1{\HCode{<\a:mathml mstyle\Hnewline mathvariant="script">}#1\HCode{</\a:mathml mstyle>}}
+\def\:tempa#1{\bgroup\HCode{<\a:mathml mstyle\Hnewline mathvariant="script">}#1\HCode{</\a:mathml mstyle>}\egroup}
\HLet\mathcal\:tempa
>>>