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

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/CSS/mfrac/mfrac-06
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 = ab cd

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mfrac linethickness="thick">
<mrow>
<mfrac>
<mrow><mi>a</mi></mrow>
<mrow><mi>b</mi></mrow>
</mfrac>
</mrow>
<mrow>
<mfrac>
<mrow><mi>c</mi></mrow>
<mrow><mi>d</mi></mrow>
</mfrac>
</mrow>
</mfrac>
<mo>=</mo>
<mfrac linethickness="thick">
<mrow><mfrac><mi>a</mi><mi>b</mi></mfrac></mrow>
<mrow><mfrac><mi>c</mi><mi>d</mi></mfrac></mrow>
</mfrac>
</math>