| prev | ( testsuite > Topics > LineBreak > rec3-linebreaking-01 ) | next |
| Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
| File: | Topics/LineBreak/rec3-linebreaking-01 |
| CVS-ID: | |
| Author: | MathML3 |
| Description: | MathML3 specification example |
Sample Rendering:
| |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mrow>
<mrow> <mi>f</mi> <mo>⁡</mo> <mo>(</mo> <mi>x</mi> <mo>)</mo> </mrow>
<mo id="eq1-equals">=</mo>
<mrow>
<msup>
<mrow> <mo>(</mo> <mrow> <mi>x</mi> <mo>+</mo> <mn>1</mn> </mrow> <mo>)</mo> </mrow>
<mn>4</mn>
</msup>
<mo linebreak="newline" linebreakstyle="before" indentalign="id" indenttarget="eq1-equals">=</mo>
<mrow>
<msup> <mi>x</mi> <mn>4</mn> </msup>
<mo id="eq1-plus">+</mo>
<mrow> <mn>4</mn> <mo>⁢</mo> <msup> <mi>x</mi> <mn>3</mn> </msup> </mrow>
<mo>+</mo>
<mrow> <mn>6</mn> <mo>⁢</mo> <msup> <mi>x</mi> <mn>2</mn> </msup> </mrow>
<mo linebreak="newline" linebreakstyle="before" indentalignlast="id" indenttarget="eq1-plus">+</mo>
<mrow> <mn>4</mn> <mo>⁢</mo> <mi>x</mi> </mrow>
<mo>+</mo>
<mn>1</mn>
</mrow>
</mrow>
</mrow>
</math>