Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

long formulas are not line wrapped

0 views
Skip to first unread message

Chris Chiasson

unread,
Sep 24, 2006, 7:50:57 AM9/24/06
to
I have noticed that in my longer equations, the screen is just forced
to continue off to the right, instead of line wrapping the equation.
Will someone tell me how to instruct Firefox to line-wrap the formulas
(even if that means rewriting the formulas)?

comparison:

http://chris.chiasson.name/Engineering_Optimization/chapter.pr2.Variable_Metric_Unconstrained_Optimization_Methods.xhtml

http://chris.chiasson.name/Engineering_Optimization/chapter.pr2.Variable_Metric_Unconstrained_Optimization_Methods.html

Roger B. Sidje

unread,
Sep 25, 2006, 12:11:11 AM9/25/06
to Chris Chiasson, dev-tec...@lists.mozilla.org
All you need is:

<math>
<mrow>part1</mrow>
<mrow>part2</mrow>
...
<mrow>partn</mrow>
</math>

This gives break points opportunities. Firefox will line-break
in-between these mrow's as necessary. But if you do

<math>
<mrow>longpart</mrow>
</math>

that long row won't break.
---
Roger

> _______________________________________________
> dev-tech-mathml mailing list
> dev-tec...@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-tech-mathml
>

0 new messages