prev  ( testsuite > Topics > LineBreak > linebreaking017-indentalign5  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Topics/LineBreak/linebreaking017-indentalign5
CVS-ID:
Author:Autumn Cuellar, dessci.com
Description:Linebreaking: indentalignfirst | indentalignlast - 1 line

Sample Rendering:

Created by: MathPlayer?

Your browser's rendering:

y = x 2 + x 3

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML" indentalignfirst="right" indentalignlast="center" display="block">
   <mrow>
      <mi>y</mi>
      <mo>=</mo>
      <msup>
        <mrow>
           <mi>x</mi>
        </mrow>
        <mrow>
           <mn>2</mn>
        </mrow>
      </msup>
      <mo>+</mo>
      <mfrac>
         <mrow>
            <mi>x</mi>
         </mrow>
         <mrow>
            <mn>3</mn>
         </mrow>
      </mfrac>
   </mrow>
</math>