prev  ( testsuite > Presentation > GeneralLayout > mfrac > mfracAkeyword9  )  next (show test run result)

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/GeneralLayout/mfrac/mfracAkeyword9
CVS-ID:
Author:Robert Miner and Jeff Schaefer, Geometry Technologies
Description:This example tests the linethickness attribute with keyword values.

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


Sample Rendering:

Created by: webeq

Your browser's rendering:

1 y + 3 1 y + 3 1 y + 3

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML"> 
  <mrow> 
    <mfrac linethickness="thin"> 
      <mn>1</mn> 
      <mrow> 
        <mi>y</mi> 
        <mo>+</mo> 
        <mn>3</mn> 
      </mrow> 
    </mfrac> 
    <mfrac linethickness="medium"> 
      <mn>1</mn> 
      <mrow> 
        <mi>y</mi> 
        <mo>+</mo> 
        <mn>3</mn> 
      </mrow> 
    </mfrac> 
    <mfrac linethickness="thick"> 
      <mn>1</mn> 
      <mrow> 
        <mi>y</mi> 
        <mo>+</mo> 
        <mn>3</mn> 
      </mrow> 
    </mfrac> 
  </mrow> 
</math>