ZVON > References > MathML Reference

Go to Standard
Element:menclose
Attributes:class | id | notation | 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:apply | ci | cn | complexes | csymbol | declare | emptyset | eulergamma | exponentiale | false | fn | imaginaryi | infinity | integers | interval | lambda | list | maction | maligngroup | malignmark | matrix | matrixrow | menclose | merror | mfenced | mfrac | mi | mlabeledtr | mmultiscripts | mn | mo | mover | mpadded | mphantom | mprescripts | mroot | mrow | ms | mspace | msqrt | mstyle | msub | msubsup | msup | mtable | mtd | mtext | mtr | munder | munderover | naturalnumbers | none | notanumber | pi | piecewise | primes | rationals | reals | reln | semantics | set | true | vector |

Examples:

XHTML documentMathML Source
---
<mtable columnspacing="0" rowspacing="0">
     <mtr>
          <mtd/>
          <mtd columnalign="right">
               <mn>10</mn>
          </mtd>
     </mtr>
     <mtr>
          <mtd columnalign="right">
               <mn>131</mn>
          </mtd>
          <mtd columnalign="right">
               <menclose notation="longdiv">
                    <mn>1413</mn>
               </menclose>
          </mtd>
     </mtr>
     <mtr>
          <mtd/>
          <mtd columnalign="right">
               <mrow>
                    <munder>
                         <mn>131</mn>
                         <mo> &UnderBar; </mo>
                    </munder>
                    <mphantom>
                         <mn>3</mn>
                    </mphantom>
               </mrow>
          </mtd>
     </mtr>
     <mtr>
          <mtd/>
          <mtd columnalign="right">
               <mn>103</mn>
          </mtd>
     </mtr>
</mtable>
XHTML documentMathML Source
---
<msub>
     <mi>a</mi>
     <mrow>
          <menclose notation="actuarial">
               <mi>n</mi>
          </menclose>
          <mo>&it;</mo>
          <mi>i</mi>
     </mrow>
</msub>