prev  ( testsuite > Presentation > TablesAndMatrices > mtable > mtableAframe1  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/TablesAndMatrices/mtable/mtableAframe1
CVS-ID:
Author:Design Science, Inc. (D. Doyle)
Description:Test of frame style and spacing

Sample Rendering:

Created by: webeq

Your browser's rendering:

1 2 x y

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mtable frame="dashed" framespacing="0.4em 0.5ex">
    <mtr>
      <mtd>
        <mn>1</mn>
      </mtd>
      <mtd>
        <mn>2</mn>
      </mtd>
    </mtr>
    <mtr>
      <mtd>
        <mi>x</mi>
      </mtd>
      <mtd>
        <mi>y</mi>
      </mtd>
    </mtr> 
  </mtable>
</math>