Menu

#110 mathjax depends on unaltered nobr css styles

open
nobody
5
2010-10-20
2010-10-20
Kellen
No

Equations show up incorrectly if the nobr element is styled, for example, with: nobr { white-space:normal; }

Yes, this is an illogical rule to set on the nobr element, but it can come, for example, as a part of the Tripoli css-reset (http://devkick.com/lab/tripoli/).

So mathjax should ensure that nobr is rendering normally inside of the MathJax classed div by including the following css in the inserted styles:
.MathJax nobr { white-space: nowrap; }

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.