I want to do this:
\begin{align}
\varepsilon \dot u & = & u - u^3 - v \\
\dot v & = & u + a
\end{align}
Unfortunately I can't get Documenter to render multiline equations. Is it possible?
I think you need to use the aligned environment (if you're using the default KaTeX math engine).
Works for me. Thank you!
Most helpful comment
I think you need to use the
alignedenvironment (if you're using the default KaTeX math engine).