anki-editor icon indicating copy to clipboard operation
anki-editor copied to clipboard

Wrap latex-environments in \[\]

Open jody-frankowski opened this issue 3 years ago • 1 comments

These are the delimiters Mathjax uses for display equations. I'm not sure why this isn't already done. This should be an essentially free upgrade. org-mode example for test:

\begin{align}
\frac{cx + x^2}{ca^2 + ax^2} &= \frac{x(c + x)}{a^2(c + x)} \\
&= \frac{x}{a^2}
\end{align}

jody-frankowski avatar Jul 17 '21 09:07 jody-frankowski

This was fixed in the develop branch at latest here and is not an issue in orgtre/anki-editor as far as I can see.

orgtre avatar Oct 31 '22 08:10 orgtre