| prev | next |
| File: | /Presentation/GeneralLayout/mpadded/mpaddedAwidth6.html | |
| Author: | Robert Miner and Jeff Schaefer, Geometry Technologies | |
| Description: | Basic test of padding on the right with <mpadded> using the <i>width</i> attribute. This example runs through all the formats for specifying <mpadded> attribute values. | |
| Sample Rendering: |
|
Your browser's rendering:
Source Code:
<math>
<mrow>
<mi>A</mi>
<mpadded width='1.5 height'>
<mi>A</mi>
</mpadded>
<mi>A</mi>
<mpadded width='3 width'>
<mi>A</mi>
</mpadded>
<mi>A</mi>
<mpadded width='150% width'>
<mi>A</mi>
</mpadded>
<mi>A</mi>
<mpadded width='2em'>
<mi>A</mi>
</mpadded>
<mi>A</mi>
<mpadded width='12pt'>
<mi>A</mi>
</mpadded>
<mi>A</mi>
</mrow>
</math>