Stop using Mimetex and replace it with a more modern Latex solution
#7
(10/13/2021, 09:29 AM)bo198214 Wrote:
(10/13/2021, 05:32 AM)JmsNxn Wrote: Hey, Bo

Two errors I've noticed.

First of all. I cannot stack equations:
Code:
$$
some math\\
some math\\
some math\\
$$

Will render as one line rather than stacking like it does with tex. I know mathjax has a way to do this. Am I missing something in how this works?
Aren't you supposed to use array or align environment?
\[
\begin{align*}
a &= b\\
ab &= cd\\
abc &= def
\end{align*}
\]
Code:
$$
\begin{align*}
a &= b\\
ab &= cd\\
abc &= def
\end{align*}
$$

The quick edit has no preview, hence you editing the source, or am I missing something?

Oh okay, so it's a much better mathjax than mathoverflow; mathoverflow runs the command:


Code:
$$
a=b\\
c=d\\
$$


as an automatic align. That's fine, I just assumed it'd be the same as math overflow.

As to my second point. If you do a quick edit; and save the edit; all the mathjax commands revert to text when you confirm the edit. For instance, I'll write an equation and then quick edit it and save it:

\[
e^z
\]

EDIT: after the quick edit; you can see all the mathjax code reverts. Not a big deal; just have to use full edit exclusively with these commands.
Reply


Messages In This Thread
RE: Stop using Mimetex and replace it with a more modern Latex solution - by JmsNxn - 10/18/2021, 04:53 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  \(\LaTeX\) test suite Daniel 1 3,064 05/27/2023, 08:32 PM
Last Post: Daniel
  Displaying LaTeX used on Forum Daniel 2 4,819 07/12/2022, 12:33 PM
Last Post: Daniel
  \Ueta Should be Added to This Forum's LaTeX. Catullus 3 6,066 06/30/2022, 10:05 PM
Last Post: MphLee
  Browsers supporting Latex Daniel 7 9,534 06/30/2022, 05:48 AM
Last Post: JmsNxn
  Equation Mode / LaTeX support bo198214 4 20,594 01/19/2021, 03:27 AM
Last Post: JmsNxn
  Mimetex defunct? Gottfried 4 17,907 05/23/2016, 05:26 PM
Last Post: MphLee
  time-out parameter for mimetex-elements? Gottfried 6 24,904 03/10/2010, 07:57 AM
Last Post: Gottfried



Users browsing this thread: 1 Guest(s)