ZVON > References > MathML Reference

Go to Standard
Element:mtext
Attributes:class | color | fontfamily | fontsize | fontstyle | fontweight | id | mathbackground | mathcolor | mathsize | mathvariant | other | style | xlink:href | xref |
Parents:apply | bvar | ci | cn | condition | csymbol | declare | degree | domainofapplication | fn | interval | lambda | list | logbase | lowlimit | maction | math | matrix | matrixrow | menclose | merror | mfenced | mfrac | mlabeledtr | mmultiscripts | momentabout | mover | mpadded | mphantom | mroot | mrow | msqrt | mstyle | msub | msubsup | msup | mtable | mtd | mtr | munder | munderover | otherwise | piece | reln | semantics | set | uplimit | vector |
Children:malignmark | mglyph |

Examples:

XHTML documentMathML Source
---
<mtext> Theorem 1: </mtext>
<mtext> &ThinSpace; </mtext>
<mtext> &ThickSpace;&ThickSpace; </mtext>
<mtext> /* a comment */ </mtext>
XHTML documentMathML Source
---
<mrow>
     <mo> there exists </mo>
     <mrow>
          <mrow>
               <mi> &delta; </mi>
               <mo> &gt; </mo>
               <mn> 0 </mn>
          </mrow>
          <mo> such that </mo>
          <mrow>
               <mrow>
                    <mi> f </mi>
                    <mo> &ApplyFunction; </mo>
                    <mrow>
                         <mo> ( </mo>
                         <mi> x </mi>
                         <mo> ) </mo>
                    </mrow>
               </mrow>
               <mo> &lt; </mo>
               <mn> 1 </mn>
          </mrow>
     </mrow>
</mrow>
XHTML documentMathML Source
--- Theorem 1: if
<mi>x</mi> > 1, then
<mi>x</mi>
<sup>2</sup> >
<mi>x</mi>.