Latex eqnarray in Markdown
Is there any way to use eqnarray in Markdown? Otherwise, I cannot change lines in equations.
It seems there is in RMarkdown: http://stackoverflow.com/questions/21126776/multi-line-equation-in-rmarkdown
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Brett on 20 Mar, 2016 03:21 PM
I have to admit I have no idea. The MathJax settings are configurable, and you can use anything that can output HTML as a custom processor, but the details of this question are well beyond my scope of knowledge.
-Brett
2 Posted by KM on 21 Mar, 2016 04:08 PM
I've found a simple way:
$$\begin{eqnarray*}
x &=& y \\
&=& z
\end{eqnarray*}$$
wrapping with $$ works at least in my environment.