summaryrefslogtreecommitdiff
path: root/support/TeX4ht/source/tex4ht-mathml.tex
diff options
context:
space:
mode:
Diffstat (limited to 'support/TeX4ht/source/tex4ht-mathml.tex')
-rw-r--r--support/TeX4ht/source/tex4ht-mathml.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/support/TeX4ht/source/tex4ht-mathml.tex b/support/TeX4ht/source/tex4ht-mathml.tex
index 2118e986e3..e5e09fd63d 100644
--- a/support/TeX4ht/source/tex4ht-mathml.tex
+++ b/support/TeX4ht/source/tex4ht-mathml.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-mathml.tex 1226 2022-10-27 14:19:24Z michal_h21 $$
+% $Id: tex4ht-mathml.tex 1231 2022-10-31 12:34:12Z michal_h21 $$
% compile 3 times: latex tex4ht-mathltx
% or xhlatex tex4ht-mathltx "html,3,sections+"
%
@@ -4936,11 +4936,11 @@ tail>>>
\section{Boxed}
%%%%%%%%%%%%%%%%%%
-\<configure html-mml amsmath\><<<
+\<configure mathml amsmath\><<<
\Configure{boxed}
- {\ifmathml \Tg<\a:mathml mrow \mml:class="boxed">%
+ {\ifmathml \Tg<\a:mathml menclose \a:mathml notation="box">\Tg<\a:mathml mrow>%
\else \HCode{<span class="boxed">}\IgnorePar\fi}
- {\ifmathml \Tg</\a:mathml mrow>%
+ {\ifmathml \Tg</\a:mathml mrow>\Tg</\a:mathml menclose>%
\else \HCode{</span>}\fi}
\Css{.boxed{border: 1px solid black; padding-left:2px;
padding-right:2px;}}