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
NOTE: this is not an issue of the template itself, but is supposed to track on issue of Myst.
In general multiline equations are supported in Myst markdown, however, the labeling of equations only works in a limited fashion. To get the under examples/sn-article the sn-article.md fully working, we would need this. In the case presented there only the second equation of an aligned equations should show equation numbering and have an associated label, e.g. we have a construction like this in Myst markdown:
:::{math}
A &= 1 \nonumber \\
:label: bla
B &= 2
:::
Mistakes here:
In the HTML output an associated an equation number is shown, but not in the correct place, i.e. on the line where no suppressing using \nonumber is done. See this sandbox.
NoTe: I have removed the label here at the moment by hand since only label of the whole equation is possible under Myst (see 2. above).
However, correctly this should be translated to:
NOTE: this is not an issue of the template itself, but is supposed to track on issue of Myst.
In general multiline equations are supported in Myst markdown, however, the labeling of equations only works in a limited fashion. To get the under
examples/sn-article
thesn-article.md
fully working, we would need this. In the case presented there only the second equation of an aligned equations should show equation numbering and have an associated label, e.g. we have a construction like this in Myst markdown:Mistakes here:
\nonumber
is done. See this sandbox.However, correctly this should be translated to:
The text was updated successfully, but these errors were encountered: