Quote:
Originally Posted by fsrmw_tudd
When I'm trying this mod with the gather environment, I get the "Convert failed" error on the snippets where I'm using "\" "\newline".
Single line formulas do work without any error.
Is there a solution for the multiline functionality or a better workaround than using multiple tex-fields?
vb 4.2.3 PL2
|
First, you should use the "gathered" environment, not the "gather" one. The "gather" cannot be used inside math mode. Note that this plugin compiles your formula directly in math mode.
Also, make sure that \usepackage{amsmath} is included in the preamble (in your admin panel).
Quote:
Originally Posted by emath
anyway, I would use MathJax instead, there is no need for this plugin anymore. mathjax is gr8 ! (being used in mathstack as well )
|
I strongly recommend
KaTeX over MathJax (even tho both are great).
In fact, if I ever consider updating this plugin, I'd make it KaTeX based with server-side latex (converted to SVG instead of PNG) as fallback for full compatibility with desktop LaTeX.
I believe that server-side and client-side LaTeX have pros and cons, so both of them still have room nowadays.