I would like to know if I have the possibility to align left or right several lines of latex equations. $$ $$
In latex something like \being{align} \end{align} would be used but here none of the usual solutions work.
Is that possible ?
It is very useful for a note that is a step by step explanation of some formula.
However, KaTeX does not support the align environment because LaTeX doesn’t support align in math mode. The aligned environment offers the same functionality but in math mode, so please use that instead, like so:
Thank you very much. It works great.
Now I know I’ll be looking at the KaTeX documentation for those type of things so I won’t need to bother the community here.