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

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/GeneralLayout/mstyle/mstyleAlinethick1
CVS-ID:
Author:Design Science, Inc. (D. Doyle)
Description:Testing of linethickness attribute in an <mstyle>

Sample Rendering:

Created by: webeq

Your browser's rendering:

x y 2 = x y 2 = x y 2

Source Code:

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