prev  ( testsuite > Characters > Variants > monospace  )  next (show test run result)

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Characters/Variants/monospace
CVS-ID:
Author:Sam Dooley
Description:This file tests how the mathvariant value 'monospace' applies to a range of base characters.

passed (p) failed (f) not-tested (n) broken-test (b) some parts pass (s)


Sample Rendering:

Created by: MathEX

Your browser's rendering:

0123456789 ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mstyle mathvariant="monospace">
    <mtable columnalign="left">
      <mtr>
        <mtd>
          <mtext>0123456789</mtext>
        </mtd>
      </mtr>
      <mtr>
        <mtd>
          <mtext>ABCDEFGHIJKLMNOPQRSTUVWXYZ</mtext>
        </mtd>
      </mtr>
      <mtr>
        <mtd>
          <mtext>abcdefghijklmnopqrstuvwxyz</mtext>
        </mtd>
      </mtr>
    </mtable>
  </mstyle>
</math>