You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When TeXAtom nodes are created and setProperty('texClass') is NOT called for them, they get texClass of ORD automatically, but that isn't set in the property list, and so it doesn't appear in the serialized MathML output. That means that ORD class can be lost in saving to MathML and reading it back into MathJax. For example, when braces are used in TeX input, they produce a TeXAtom of class ORD of this type.
and since the outer <mrow> does not include a TeX class, the spacing is that of INNER when this MathML is read into MathJax (but the spacing is ORD when the TeX input is processed).
When TeXAtom nodes are created and
setProperty('texClass')
is NOT called for them, they gettexClass
ofORD
automatically, but that isn't set in the property list, and so it doesn't appear in the serialized MathML output. That means thatORD
class can be lost in saving to MathML and reading it back into MathJax. For example, when braces are used in TeX input, they produce a TeXAtom of classORD
of this type.For example,
f{\left(x\right)}
currently producesand since the outer
<mrow>
does not include a TeX class, the spacing is that ofINNER
when this MathML is read into MathJax (but the spacing isORD
when the TeX input is processed).The serialized MathML should produce
The text was updated successfully, but these errors were encountered: