~nova/fletcher#120: 
Support multi-line !math and !latex commands

Sometimes it is more convenient to write a formula (or non-formula LaTeX) on more than one line. For example, I recently wanted to write

!math f(x) =
\begin{cases}
e^x, x \in \mathbb{R} \\
0, x = -\infty \\
+\infty, x = +\infty
\end{cases}

However, to get Fletcher to parse it correctly, I instead needed to put it all on one line, as !math f(x) = \begin{cases} e^x, x \in \mathbb{R} \\ 0, x = -\infty \\ +\infty, x = +\infty \end{cases}, which is even less readable than LaTeX usually is.

Status
RESOLVED IMPLEMENTED
Submitter
~danielh
Assigned to
Submitted
4 years ago
Updated
9 months ago
Labels
Feature Request

~nova REPORTED IMPLEMENTED 9 months ago

Done.

Register here or Log in to comment, or comment via email.