diff options
Diffstat (limited to 'contrib/mathml/docs/example.mml')
-rw-r--r-- | contrib/mathml/docs/example.mml | 124 |
1 files changed, 62 insertions, 62 deletions
diff --git a/contrib/mathml/docs/example.mml b/contrib/mathml/docs/example.mml index 9dfa1a3bf..0f04968c2 100644 --- a/contrib/mathml/docs/example.mml +++ b/contrib/mathml/docs/example.mml @@ -1,63 +1,63 @@ <?xml version="1.0" encoding="ISO-8859-1"?> - <math xmlns="http://www.w3.org/1998/Math/MathML" mode="display"> - <mrow> - <mo stretchy="false">{</mo> - <munder> - <mrow> - <mover> - <mrow> - <mpadded width="0"/> - <!--mpadded width="0">(</mpadded--> - <!-- \mathstrut -ugly hack a la TeX --> - <mi>a</mi> - <mo>,</mo> - <mo>...</mo> - <mo>,</mo> - <mi>a</mi> - </mrow> - <mover> - <mo>︷</mo> - <mrow> - <mi>k</mi> - <mtext> </mtext> - <mi>a</mi> - <mtext>'s</mtext> - </mrow> - </mover> - </mover> - <mo>,</mo> - <mover> - <mrow> - <mpadded/> - <!--mpadded width="0">(</mpadded--> - <!-- \mathstrut -ugly hack a la TeX --> - <mi>b</mi> - <mo>,</mo> - <mo>...</mo> - <mo>,</mo> - <mi>b</mi> - </mrow> - <mover> - <mo>︷</mo> - <mrow> - <mi>ℓ</mi> - <mtext> </mtext> - <mi>b</mi> - <mtext>'s</mtext> - </mrow> - </mover> - </mover> - </mrow> - <munder> - <mo>︸</mo> - <mrow> - <mi>k</mi> - <mo>+</mo> - <mi>ℓ</mi> - <mtext> elements</mtext> - </mrow> - </munder> - </munder> - <mo stretchy="false">}</mo> - </mrow> - </math> + <math xmlns="http://www.w3.org/1998/Math/MathML" mode="display"> + <mrow> + <mo stretchy="false">{</mo> + <munder> + <mrow> + <mover> + <mrow> + <mpadded width="0"/> + <!--mpadded width="0">(</mpadded--> + <!-- \mathstrut -ugly hack a la TeX --> + <mi>a</mi> + <mo>,</mo> + <mo>...</mo> + <mo>,</mo> + <mi>a</mi> + </mrow> + <mover> + <mo>︷</mo> + <mrow> + <mi>k</mi> + <mtext> </mtext> + <mi>a</mi> + <mtext>'s</mtext> + </mrow> + </mover> + </mover> + <mo>,</mo> + <mover> + <mrow> + <mpadded/> + <!--mpadded width="0">(</mpadded--> + <!-- \mathstrut -ugly hack a la TeX --> + <mi>b</mi> + <mo>,</mo> + <mo>...</mo> + <mo>,</mo> + <mi>b</mi> + </mrow> + <mover> + <mo>︷</mo> + <mrow> + <mi>ℓ</mi> + <mtext> </mtext> + <mi>b</mi> + <mtext>'s</mtext> + </mrow> + </mover> + </mover> + </mrow> + <munder> + <mo>︸</mo> + <mrow> + <mi>k</mi> + <mo>+</mo> + <mi>ℓ</mi> + <mtext> elements</mtext> + </mrow> + </munder> + </munder> + <mo stretchy="false">}</mo> + </mrow> + </math> |