| prev | ( testsuite > Presentation > GeneralLayout > menclose > rec-enclose1 ) | next | (show test run result) |
| Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
| File: | Presentation/GeneralLayout/menclose/rec-enclose1 |
| CVS-ID: | |
| Author: | MathML 2 Recommentation |
| Description: | 131 divided into 14131 as a US-style long division problem |
Sample Rendering:
| |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mtable columnspacing="0px" rowspacing="2px">
<mtr>
<mtd> </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>
<mtd columnalign="right">
<mrow>
<munder>
<mn>131</mn>
<mo> ̲ </mo>
</munder>
<mphantom>
<mn>3</mn>
</mphantom>
</mrow>
</mtd>
</mtr>
<mtr>
<mtd> </mtd>
<mtd columnalign="right">
<mn>103</mn>
</mtd>
</mtr>
</mtable>
</math>