| prev | next |
| File: | /Presentation/GeneralLayout/mpadded/mpaddedAheight3.html | |
| Author: | Robert Miner and Jeff Schaefer, Geometry Technologies | |
| Description: | Basic test of padding on the top 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>
<mrow>
<mover>
<mi>A</mi>
<mi>x</mi>
</mover>
<mover>
<mpadded height='1.5 height'>
<mi>A</mi>
</mpadded>
<mi>x</mi>
</mover>
<mover>
<mpadded height='3 width'>
<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>