We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
$\{\}$
${}$
The text was updated successfully, but these errors were encountered:
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) $$
Sorry, something went wrong.
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} $$
+1
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: