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.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/support/TeX4ht/source/tex4ht-mathml.tex b/support/TeX4ht/source/tex4ht-mathml.tex
index 14c4006b1e..607a9d5625 100644
--- a/support/TeX4ht/source/tex4ht-mathml.tex
+++ b/support/TeX4ht/source/tex4ht-mathml.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-mathml.tex 1129 2022-05-05 10:45:51Z michal_h21 $$
+% $Id: tex4ht-mathml.tex 1134 2022-05-18 13:57:59Z michal_h21 $$
% compile 3 times: latex tex4ht-mathltx
% or xhlatex tex4ht-mathltx "html,3,sections+"
%
@@ -2248,14 +2248,14 @@ reduced.)
\<mathml plain,fontmath\><<<
\Configure{overrightarrow}
- {\leavevmode\hbox\bgroup$\Tg<\a:mathml mover class="overrightarrow">%
+ {\leavevmode\hbox\bgroup$\Tg<\a:mathml mover accent="true" class="overrightarrow">%
\Tg<\a:mathml mrow\Hnewline>\:gobble}
- {\Tg</\a:mathml mrow>\mathop{\HCode{&\#x20D7;}}%
+ {\Tg</\a:mathml mrow>\HCode{<\a:mathml mo>&\#x2192;</\a:mathml mo>}%
\Tg</\a:mathml mover>$\egroup}
\Configure{overleftarrow}
- {\leavevmode\hbox\bgroup$\Tg<\a:mathml mover class="overleftarrow">%
+ {\leavevmode\hbox\bgroup$\Tg<\a:mathml mover accent="true" class="overleftarrow">%
\Tg<\a:mathml mrow\Hnewline>\:gobble}
- {\Tg</\a:mathml mrow>\mathop{\HCode{&\#x20D6;}}%
+ {\Tg</\a:mathml mrow>\HCode{<\a:mathml mo>&\#x2190;</\a:mathml mo>}%
\Tg</\a:mathml mover>$\egroup}
>>>