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

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/GeneralLayout/mfenced/mfencedAdelims6
CVS-ID:
Author:Robert Miner and Jeff Schaefer, Geometry Technologies
Description:This example tests the <i>open</i>, <i>close</i>, and <i>separators</i> attributes.

Sample Rendering:

Created by: webeq

Your browser's rendering:

a + b a b d e a b a b

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML"> 
  <mfenced open="["> 
    <mrow> 
      <mi>a</mi> 
      <mo>+</mo> 
      <mi>b</mi> 
    </mrow> 
  </mfenced> 
  <mfenced open="{" close="}" separators="|;+"> 
    <mfrac> 
      <mi>a</mi> 
      <mi>b</mi> 
    </mfrac> 
    <mfrac> 
      <mi>d</mi> 
      <mi>e</mi> 
    </mfrac> 
    <mi>a</mi> 
    <mi>b</mi> 
    <mi>a</mi> 
    <mi>b</mi> 
  </mfenced> 
</math>