Documenter.jl: Latex align environment not working

Created on 17 Feb 2020  路  3Comments  路  Source: JuliaDocs/Documenter.jl

Question

Most helpful comment

I think you need to use the aligned environment (if you're using the default KaTeX math engine).

All 3 comments

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!

Was this page helpful?
0 / 5 - 0 ratings