prev  ( testsuite > Presentation > GeneralLayout > mpadded > mpadded_colors  )  next (show test run result)

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/GeneralLayout/mpadded/mpadded_colors
CVS-ID:
Author:Bruce Miller
Description:mpadded with mathbackground.

passed (p) failed (f) not-tested (n) broken-test (b) some parts pass (s)


Sample Rendering:

Created by: latex

Your browser's rendering:

a + b + b + a

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
 <mrow>
   <mi>a</mi>
   <mo>+</mo>
   <mpadded width="+1em"><mi>b</mi></mpadded>
   <mo>+</mo>
   <mpadded width="+1em" mathbackground="#80FF80"><mi>b</mi></mpadded>
   <mo>+</mo>
   <mi>a</mi>
  </mrow>
</math>