prev  ( testsuite > Presentation > CSS > mfrac > mfrac-03  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/CSS/mfrac/mfrac-03
CVS-ID:
Author:George Chavchanidze, Opera Software ASA
Description:Formatting of right hand side of equation should be identical to formatting of left hand side

Sample Rendering:

Created by:

Your browser's rendering:

A B + C D + E F = A0 B + C D + E F0

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mfrac>
<mi>A</mi>
<mrow>
<mi>B</mi>
<mo>+</mo>
<mfrac>
<mi>C</mi>
<mrow>
<mi>D</mi>
<mo>+</mo>
<mfrac>
<mi>E</mi>
<mi>F</mi>
</mfrac>
</mrow>
</mfrac>
</mrow>
</mfrac>
<mo>=</mo>
<mfrac>
<mrow><mover><mi>A</mi><mphantom><mn>0</mn></mphantom></mover></mrow>
<mrow>
<mi>B</mi>
<mo>+</mo>
<mfrac>
<mi>C</mi>
<mrow>
<mi>D</mi>
<mo>+</mo>
<mfrac>
<mi>E</mi>
<mrow><munder><mi>F</mi><mphantom><mn>0</mn></mphantom></munder></mrow>
</mfrac>
</mrow>
</mfrac>
</mrow>
</mfrac>
</math>