prev  ( testsuite > Presentation > GeneralLayout > mfrac > mfracZcomp-07  )  next (show test run result)

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/GeneralLayout/mfrac/mfracZcomp-07
CVS-ID:
Author:Mackichan
Description:Fairly comprehensive test of many mfrac properties

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


Sample Rendering:

Created by: MathPlayer

Your browser's rendering:

Inline, auto, no line  x 2 + 1 x  the end.

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mtext>Inline, auto, no line </mtext>
  <mstyle displaystyle="false" scriptlevel="0">
    <mrow>
      <mfrac linethickness="0">
        <mrow>
          <msup>
            <mi>x</mi>
            <mn>2</mn>
          </msup>
          <mo form="infix">+</mo>
          <mn>1</mn>
        </mrow>
        <mi>x</mi>
      </mfrac>
    </mrow>
  </mstyle>
  <mtext> the end.</mtext>
</math>