prev  ( testsuite > Presentation > GeneralLayout > mrow > mrowBnested3  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/GeneralLayout/mrow/mrowBnested3
CVS-ID:
Author:Dave Doyle, Design Science
Description:Test of multiply nested mrows

Sample Rendering:

Created by: webeq

Your browser's rendering:

x y

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML"> 
  <mrow> 
    <mrow> 
      <mfrac> 
        <mrow> 
          <mi>x</mi> 
        </mrow> 
        <mrow> 
          <mrow> 
            <mi>y</mi> 
          </mrow> 
        </mrow> 
      </mfrac> 
    </mrow> 
  </mrow> 
</math>