ZVON > References > MathML Reference

Go to Standard
Element:mi
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
---
<mi> x </mi>
<mi> D </mi>
<mi> sin </mi>
<mi mathvariant="script"> L </mi>
<mi/>
XHTML documentMathML Source
---
<mrow>
     <mi> sin </mi>
     <mo> &ApplyFunction; </mo>
     <mi> x </mi>
</mrow>
XHTML documentMathML Source
---
<mrow>
     <mn> 1 </mn>
     <mo> + </mo>
     <mi> ... </mi>
     <mo> + </mo>
     <mi> n </mi>
</mrow>
XHTML documentMathML Source
---
<mi> &pi; </mi>
<mi> &ImaginaryI; </mi>
<mi> &ExponentialE; </mi>