| prev | ( testsuite > Presentation > GeneralLayout > mpadded > mpaddedAheight3 ) | next |
| Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
| File: | Presentation/GeneralLayout/mpadded/mpaddedAheight3 |
| CVS-ID: | |
| Author: | Robert Miner and Jeff Schaefer, Geometry Technologies |
| Description: | Basic test of padding on the top with <mpadded> using the height 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>
<mover>
<mi>A</mi>
<mi>x</mi>
</mover>
<mover>
<mpadded height="1.5height">
<mi>A</mi>
</mpadded>
<mi>x</mi>
</mover>
<mover>
<mpadded height="3width">
<mi>A</mi>
</mpadded>
<mi>x</mi>
</mover>
<mover>
<mpadded height="150%height">
<mi>A</mi>
</mpadded>
<mi>x</mi>
</mover>
<mover>
<mpadded height="1ex">
<mi>A</mi>
</mpadded>
<mi>x</mi>
</mover>
<mover>
<mpadded height="10pt">
<mi>A</mi>
</mpadded>
<mi>x</mi>
</mover>
</mrow>
</math>