| prev | next |
| File: | /Presentation/GeneralLayout/mpadded/mpaddedAleft4.html | |
| Author: | Robert Miner and Jeff Schaefer, Geometry Technologies | |
| Description: | Basic test of padding on the left with <mpadded>. This example runs through all the formats for specifying <mpadded> attribute values (except a pure percentage which doesn't show for <i>lspace</i>). | |
| Sample Rendering: |
|
Your browser's rendering:
Source Code:
<math>
<mrow>
<mi>A</mi>
<mpadded lspace='.5 height'>
<mi>A</mi>
</mpadded>
<mi>A</mi>
<mpadded lspace='3 width'>
<mi>A</mi>
</mpadded>
<mi>A</mi>
<mpadded lspace='50% width'>
<mi>A</mi>
</mpadded>
<mi>A</mi>
<mpadded lspace='2ex'>
<mi>A</mi>
</mpadded>
<mi>A</mi>
<mpadded lspace='-2pt'>
<mi>A</mi>
</mpadded>
<mi>A</mi>
</mrow>
</math>