prev  ( testsuite > Presentation > GeneralLayout > mpadded > mpadded17  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/GeneralLayout/mpadded/mpadded17
CVS-ID:
Author:Design Science, Inc. (D. Doyle, E. Cannon, E. Tabacman, R.Miner)
Description:MPadded w/bg, width potentially set negative

Sample Rendering:

Created by: webeq

Your browser's rendering:

x + y + z + N + M = a + b + c

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML"> 
  <mi>x</mi> 
  <mo>+</mo> 
  <mi>y</mi> 
  <mo>+</mo> 
  <mi>z</mi> 
  <mo>+</mo> 
  <mstyle mathbackground="yellow"> 
    <mpadded width="-3em"> 
      <mi>N</mi> 
      <mo>+</mo> 
      <mi>M</mi> 
    </mpadded> 
  </mstyle> 
  <mo>=</mo> 
  <mi>a</mi> 
  <mo>+</mo> 
  <mi>b</mi> 
  <mo>+</mo> 
  <mi>c</mi> 
</math>