| prev | ( testsuite > Presentation > GeneralLayout > mpadded > mpaddedAdepth2 ) | next |
| Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
| File: | Presentation/GeneralLayout/mpadded/mpaddedAdepth2 |
| CVS-ID: | |
| Author: | Robert Miner and Jeff Schaefer, Geometry Technologies |
| Description: | Basic test of padding on the bottom with <mpadded> using the <i>height</i> attribute. This example runs through all the formats for specifying <mpadded> attribute values. |
Sample Rendering:
| |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<munder>
<mi>y</mi>
<mi>x</mi>
</munder>
<munder>
<mpadded depth="1.0height">
<mi>y</mi>
</mpadded>
<mi>x</mi>
</munder>
<munder>
<mpadded depth="3width">
<mi>y</mi>
</mpadded>
<mi>x</mi>
</munder>
<munder>
<mpadded depth="200%height">
<mi>y</mi>
</mpadded>
<mi>x</mi>
</munder>
<munder>
<mpadded depth="-1ex">
<mi>y</mi>
</mpadded>
<mi>x</mi>
</munder>
<munder>
<mpadded depth="10pt">
<mi>y</mi>
</mpadded>
<mi>x</mi>
</munder>
</mrow>
</math>