Skip to content
New issue

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

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

Already on GitHub? # to your account

Support LaTeX aligned environment #70

Open
nadya-p opened this issue Oct 16, 2018 · 2 comments
Open

Support LaTeX aligned environment #70

nadya-p opened this issue Oct 16, 2018 · 2 comments
Labels

Comments

@nadya-p
Copy link

nadya-p commented Oct 16, 2018

Simple LaTeX equations are handled correctly

$$
a = b
$$

But aligned environment is not:

$$
\begin{aligned}
a & = b \\
c & = d \\
\end{aligned}
$$

image

@euclio euclio added the bug label Oct 19, 2018
@physicophilic
Copy link

I need this too.

Even in markdown files this happens. While

$$
a = b
$$ 

is good,

$$
a = b\\
c = d\\
$$

gives the same thing back, but it should be equivalent to a non-numbered align in markdown, like shown in @nadya-p 's snapshot.

(I do know that in pure LaTeX indeed \\ are ignored in displaymath of $$ type.)

Any update on this?

@physicophilic
Copy link

physicophilic commented Oct 29, 2020

Okay. I want to add that

$$
a = b\\\ c=d 
$$

is working to give the non-numbered align correctly. I wonder why \\\ is needed?

Also, adding the newline breaks the equation.

This is basically enough for me, because I can get around these changes. Having them converted to the usual case would be a bonus however!

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

No branches or pull requests

3 participants