prev  ( testsuite > Presentation > GeneralLayout > mstyle > mstyleAminscript1  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/GeneralLayout/mstyle/mstyleAminscript1
CVS-ID:
Author:Design Science, Inc (D. Doyle)
Description:Simple test of the minscriptsize attribute on the mstyle node.

Sample Rendering:

Created by: webeq

Your browser's rendering:

2 x = 2 x

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML"> 
  <mfrac> 
    <mn>2</mn> 
    <mi>x</mi> 
  </mfrac> 
  <mo>=</mo> 
  <mstyle scriptminsize="20pt"> 
    <mfrac> 
      <mn>2</mn> 
      <mi>x</mi> 
    </mfrac> 
  </mstyle> 
</math>