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

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/GeneralLayout/mfenced/mfencedBseparators8
CVS-ID:
Author:Robert Miner and Jeff Schaefer, Geometry Technologies
Description:This example tests the default behavior for <mfenced> element with several children.

Sample Rendering:

Created by: webeq

Your browser's rendering:

a 1 a 2 a 3

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML"> 
  <mfenced> 
    <msub> 
      <mi>a</mi> 
      <mn>1</mn> 
    </msub> 
    <msub> 
      <mi>a</mi> 
      <mn>2</mn> 
    </msub> 
    <msub> 
      <mi>a</mi> 
      <mn>3</mn> 
    </msub> 
  </mfenced> 
</math>