prev  ( testsuite > Presentation > GeneralLayout > mfrac > mfracZcomp-01  )  next

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

Sample Rendering:

Created by: MathPlayer

Your browser's rendering:

Inline, auto, normal line  sin θ π , numerator and denominator should render script size.

Source Code:

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