MathHubInfo / Legacy-planetary

Legacy: Planetary System is a math-enabled Web 3.0 information portal.
http://trac.mathweb.org/planetary/
79 stars 25 forks source link

We need line-breaking for MathML #435

Open holtzermann17 opened 10 years ago

holtzermann17 commented 10 years ago

For example, here: http://planetmath.org/quarticformula

Is there a line wrap mode to turn on in either LaTeX or LaTeXML or both? ... what to do here?

dginev commented 10 years ago

For LaTeXML, I suggest using the "linelength" parameter which implements a MathML breaking algorithm for presentation MathML. The "right way" of doing that would be to use the right CSS3 property for line-breaking MathML, but pretty much no browsers currently support that adequately.

Which is exactly why LaTeXML has that implemented separately. I can add the parameter to the planetmath conversion profile, if you wish?