prev  ( testsuite > Presentation > CSS > mfenced > mfenced-03  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/CSS/mfenced/mfenced-03
CVS-ID:
Author:George Chavchanidze, Opera Software ASA
Description:Parenthesis should be resized to match matrix height

Sample Rendering:

Created by:

Your browser's rendering:

A B C D E F G H I

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mfenced>
<mrow>
<mtable>
<mtr>
<mtd><mi>A</mi></mtd>
<mtd><mi>B</mi></mtd>
<mtd><mi>C</mi></mtd>
</mtr>
<mtr>
<mtd><mi>D</mi></mtd>
<mtd><mi>E</mi></mtd>
<mtd><mi>F</mi></mtd>
</mtr>
<mtr>
<mtd><mi>G</mi></mtd>
<mtd><mi>H</mi></mtd>
<mtd><mi>I</mi></mtd>
</mtr>
</mtable>
</mrow>
</mfenced>
</math>