Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latex ("math mode") gets broken #25

Open
Synthetica9 opened this issue Oct 8, 2015 · 3 comments
Open

Latex ("math mode") gets broken #25

Synthetica9 opened this issue Oct 8, 2015 · 3 comments

Comments

@Synthetica9
Copy link

When I write $\{\}$, this gets corrected to ${}$, while it should stay $\{\}$. It would be nice to have a config option to disable tidying in Latex.

@m1lhaus
Copy link

m1lhaus commented Jan 20, 2016

Same here. It brokes my math expressions, i.e.:

$$ MeanSquare(t) = vaha_1 * MeanSquare(t-1) + vaha_2 * Gradient(t) $$

to

$$ MeanSquare(t) = vaha_1 _ MeanSquare(t-1) + vaha_2 _ Gradient(t) $$

@dslemusp
Copy link

dslemusp commented Dec 5, 2016

I have noticed the equations of the form
$$ \begin{equation}
a = b
\end{equation} $$

becomes

$$ \begin{equation} a = b \end{equation} $$

which might be messy for longer equations, especially using \begin{align}, which also is messed up as the \ is converted to \

$$ \begin{align} a &= b \ b &= a^2 + c \end{align} $$

becomes

$$ \begin{align} a &= b \ b &= a^2 + c \end{align} $$

@AStupidBear
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants