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

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/GeneralLayout/mfrac/mfracZcomp-02
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, display style, normal line  ln x y , numerator and denominator should render normal size.

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mtext>Inline, display style, normal line </mtext>
  <mstyle displaystyle="false" scriptlevel="0">
    <mrow>
      <mstyle displaystyle="true" scriptlevel="0">
        <mfrac>
          <mrow>
            <mi mathcolor="gray">ln</mi>
            <mo rspace="verythinmathspace">&#x02061;</mo>
            <mi>x</mi>
          </mrow>
          <mi>y</mi>
        </mfrac>
      </mstyle>
    </mrow>
  </mstyle>
  <mtext>, numerator and denominator should render normal size.</mtext>
</math>