prev  ( testsuite > Presentation > GeneralLayout > mfrac > mfrac7  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/GeneralLayout/mfrac/mfrac7
CVS-ID:
Author:Wolfram Research
Description:

Sample Rendering:

Created by: webeq

Your browser's rendering:

x + y + z x + y + z

Source Code:

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