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

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/TablesAndMatrices/mtable/mtableAwidth2
CVS-ID:
Author:Design Science, Inc. (D. Doyle)
Description:Table width tests (auto)

Sample Rendering:

Created by: webeq

Your browser's rendering:

a b x y

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mtable frame="solid" width="auto">
    <mtr>
      <mtd>
        <mi>a</mi>
      </mtd>
      <mtd>
        <mi>b</mi>
      </mtd>
    </mtr>
    <mtr>
      <mtd>
        <mi>x</mi>
      </mtd>
      <mtd>
        <mi>y</mi>
      </mtd>
    </mtr>
  </mtable> 
</math>