prev  ( testsuite > Presentation > GeneralLayout > mfenced > mfencedBfences7  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/GeneralLayout/mfenced/mfencedBfences7
CVS-ID:
Author:Robert Miner and Jeff Schaefer, Geometry Technologies
Description:This example tests the basic default behavior for an <mfenced> element, i.e. parens around a single child.

Sample Rendering:

Created by: webeq

Your browser's rendering:

a + b + 1 2

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML"> 
  <mfenced> 
    <mrow> 
      <mi>a</mi> 
      <mo>+</mo> 
      <mi>b</mi> 
    </mrow> 
  </mfenced> 
  <mo>+</mo> 
  <mfenced> 
    <mfrac> 
      <mn>1</mn> 
      <mn>2</mn> 
    </mfrac> 
  </mfenced> 
</math>