| prev | ( testsuite > Topics > LineBreak > linebreakNum1 ) | next |
| Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
| File: | Topics/LineBreak/linebreakNum1 |
| CVS-ID: | |
| Author: | Design Science, Inc. (D. Doyle, R.Miner) |
| Description: | Handling very long numbers -- the number should split across lines if needed. |
Sample Rendering:
| |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mrow>
<mi>x</mi>
<mo>+</mo>
<mn>123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
</mn>
<mo>+</mo>
<mn>2</mn>
<mo>+</mo>
<mn>2</mn>
</mrow>
</math>