diff options
author | Karl Berry <karl@freefriends.org> | 2023-11-21 21:46:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-11-21 21:46:52 +0000 |
commit | 65db55b6682b02a60b91fb2c27af3649a4ed22db (patch) | |
tree | 3b8eb05cd363d864586c88759ca38bed8210779d /Master/texmf-dist/tex/generic/tex4ht | |
parent | 235633d2b0e28ee88b1bf0ad82ff2b8338c86f91 (diff) |
<mtext> instead of <mrow>, tex4ht r1413
git-svn-id: svn://tug.org/texlive/trunk@68930 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/mathml.4ht | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht b/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht index 68cdce1d924..df59ffa3408 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht @@ -1,4 +1,4 @@ -% mathml.4ht (2023-10-05-13:12), generated from tex4ht-mathml.tex +% mathml.4ht (2023-11-21-13:46), generated from tex4ht-mathml.tex % Copyright 2009-2023 TeX Users Group % Copyright 1999-2009 Eitan M. Gurari % @@ -17,7 +17,7 @@ % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2023-10-05-13:12} +\immediate\write-1{version 2023-11-21-13:46} \exit:ifnot{Preamble,% accents,% @@ -2394,6 +2394,8 @@ accent="true">&\#x0332;</\a:mathml mo></\a:mathml munder>}% + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{plain} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -3266,8 +3268,8 @@ accent="true">&\#x0332;</\a:mathml mo></\a:mathml munder>}% \HLet\injlim=\:tempc \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>} {}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -3440,6 +3442,8 @@ accent="true">&\#x0332;</\a:mathml mo></\a:mathml munder>}% + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{vanilla} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -3804,6 +3808,9 @@ accent="true">&\#x0332;</\a:mathml mo></\a:mathml munder>}% + + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{dcolumn} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -4027,8 +4034,6 @@ accent="true">&\#x0332;</\a:mathml mo></\a:mathml munder>}% - - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{accents} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -4202,7 +4207,6 @@ accent="true">&\#x0332;</\a:mathml mo></\a:mathml munder>}% - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{ulem} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -4377,5 +4381,9 @@ accent="true">&\#x0332;</\a:mathml mo></\a:mathml munder>}% + + + + \endinput |