diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/mathml.4ht')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/mathml.4ht | 50 |
1 files changed, 46 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht b/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht index 2c47ddebf22..572183a293f 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht @@ -1,5 +1,5 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% mathml.4ht 2008-06-17-14:06 % +% mathml.4ht 2008-07-21-08:12 % % Copyright (C) 1999--2008 Eitan M. Gurari % % % % This work may be distributed and/or modified under the % @@ -24,7 +24,7 @@ % gurari@cse.ohio-state.edu % % http://www.cse.ohio-state.edu/~gurari % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\immediate\write-1{version 2008-06-17-14:06} +\immediate\write-1{version 2008-07-21-08:12} \exit:ifnot{Preamble,% amsbsy,% @@ -680,7 +680,8 @@ vanilla} \Configure{eqnarray} {\HCode{<\a:mathml mtable\Hnewline \mml:class="eqnarray\ifx \@seqncr\@eqncr\else-star\fi" - \a:mathml columnalign="right center left" >}}{\HCode{</\a:mathml mtable>}} + \a:mathml columnalign="right center left" >}}% + {\HCode{</\a:mathml mtable>}} {\HCode{<\a:mathml mtr>}} {\HCode{</\a:mathml mtr>}} {\Tg<\a:mathml mtd\Hnewline \mml:class="eqnarray-\HCol"> \ifnum \HCol=4 @@ -688,6 +689,27 @@ vanilla} \mml:class="eqnarray">\ht:special{t4ht@,&\#x00A0;}% \PauseMathClass \mtexttrue + \Configure{$}% + {\EndPauseMathClass \mtextfalse + \ht:special{t4ht@,}% +\HCode{</\a:mathml mtext><\a:mathml + mstyle\Hnewline \mml:class="math">}}% + {\HCode{</\a:mathml mstyle><\a:mathml + mtext \a:@mtext>}\ht:special{t4ht@,&\#x00A0;}% +\PauseMathClass + \mtexttrue}% + {}% +\Configure{()}% + {\EndPauseMathClass \mtextfalse + \ht:special{t4ht@,}% +\HCode{</\a:mathml mtext><\a:mathml + mstyle\Hnewline \mml:class="math">}$}% + {$\HCode{</\a:mathml mstyle><\a:mathml + mtext \a:@mtext>}\ht:special{t4ht@,&\#x00A0;}% +\PauseMathClass + \mtexttrue}% + {}% +% \fi} {\ifnum \HCol=4 \mtextfalse \EndPauseMathClass\ht:special{t4ht@,}% @@ -707,7 +729,7 @@ vanilla} {\HCode{<\a:mathml mover\Hnewline \mml:class="stackrel"><\a:mathml mrow\Hnewline>}\inv:i:iii} {\HCode{</\a:mathml mrow><\a:mathml - mrow\Hnewline>}\Configure{mathop*}{*} + mrow\Hnewline>}\Configure{mathop*}{*} {<\a:mathml mrow>} {</\a:mathml mrow>} {\Configure{mathop}{}{}{}{}}% @@ -1256,6 +1278,21 @@ accent="true">&\#x0332;</\a:mathml mo></\a:mathml munder>}% \Configure{,} {{\HCode{<\a:mathml mspace width="0em" \mml:class="thinspace"/>}}} +\def\:tempb#1{% + \expandafter\let\expandafter\:tempc\csname #1\endcsname + \append:def\:tempc{\limits}% + \expandafter\HLet\csname #1\endcsname\:tempc +} +\:tempb{lim} +\:tempb{limsup} +\:tempb{liminf} +\:tempb{max} +\:tempb{min} +\:tempb{sup} +\:tempb{inf} +\:tempb{det} +\:tempb{Pr} +\:tempb{gcd} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -3646,6 +3683,11 @@ accent="true">&\#x0332;</\a:mathml mo></\a:mathml munder>}% + + + + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{subeqnarray} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |