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
Is there a simple way to align equations at the equals sign? Its particularly useful when showing a derivation. There is some information here:
http://www.w3.org/TR/MathML3/chapter3.html#type.group-align but it is not working for me and I was wondering if there is a MathJax specific write up.
There are still a number of MathML3 table features that are missing from MathJax, and the <maligngroup> and related <malignmark> are among them. For now, you will have to use <mtable> directly. If you are working from TeX, there are the AMSmath environments like \begin{align}...\end{align} that have already been mentioned. If you are producing MathML some other way, you will need to generate <mtable> elements like the following: