Chris Pollett >
Students > [Bio] [Del1VML] [Del1SVG] [Del2MML] [Del3] [Del4] |
Subscript ExampleExample MathML test file for Subscript Example <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/xsl" href="presentation-xslt.xsl"?> <!DOCTYPE math [ <!ENTITY cong "symbolcong"> <!ENTITY RightArrows "symbolRightArrows"> <!ENTITY ang "symbolang"> <!ENTITY Element "symbolElement"> <!ENTITY Gamma "symbolGamma"> <!ENTITY le "symbolle"> <!ENTITY ge "symbolge"> <!ENTITY Sigma "symbolSigma"> <!ENTITY cap "symbolcap"> <!ENTITY empty "symbolempty"> <!ENTITY triangle "symboltriangle"> <!ENTITY int "symbolint"> <!ENTITY hat "symbolhat"> <!ENTITY InvisibleTimes ""> ] > <math> <mtext> Example </mtext> <br/> <mtext> </mtext> <br/> <mo>{</mo> <mi>X</mi> <mo>|</mo> <mi>X</mi> <mo>∈</mo> <mi>AB</mi> <mtext> and </mtext> <mi>OX</mi> <mo><</mo> <mi>OR</mi> <mo>}</mo> <br/> <msup> <mi>v</mi> <mn>9</mn> </msup> <mtext> and </mtext> <msup> <mi>c</mi> <msup> <mi>4</mi> <msup> <mi>2</mi> <mn>6</mn> </msup> </msup> </msup> <mtext> and </mtext> <msup> <mo>E</mo> <msqrt> <mn>2</mn> </msqrt> </msup> <mtext> and </mtext> <msub> <mo>E</mo> <mn>1</mn> </msub> <mtext> and </mtext> <msub> <mo>E</mo> <msub> <mo>d</mo> <mo>c</mo> </msub> </msub> <mtext> and </mtext> <msub> <mi>E</mi> <msub> <mo>d</mo> <msub> <mo>c</mo> <mn>2</mn> </msub> </msub> </msub> <br/> <mover> <mi>m</mi> <mo>&hat;</mo> </mover> <mtext> and </mtext> <mover> <mtext>x+y</mtext> <mo>&RightArrows;</mo> </mover> <mtext> and </mtext> <mover> <mo>&RightArrows;</mo> <mtext>x+y+z</mtext> </mover> </math>
|