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

[BUG] Half open intervals can sometimes break left right syntax #348

Open
mertgoksel opened this issue Nov 10, 2024 · 0 comments
Open

[BUG] Half open intervals can sometimes break left right syntax #348

mertgoksel opened this issue Nov 10, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@mertgoksel
Copy link

mertgoksel commented Nov 10, 2024

Description

If i have a large equation with multiple left right() and just [) intervals, when i write sum it automatically tries to input left and right to unnecessary places

To Reproduce

copy paste this

\lim_{n\to \infty}\left( \sum_{i=1}^{n-1}i\mathbb{1}_{[i,i+1 )}(x) + (n-a)\mathbb{1}_{[n,n+1)}(x) \right) = \begin{cases}

\end{cases}

try to write sum in the empty area
the latex becomes like so

\lim_{n\to \infty}\left\left(  \sum_{i=1}^{n-1}i\mathbb{1}_{[i,i+1  \right)}(x) + (n-a)\mathbb{1}_{[n,n+1)}(x) \right) = \begin{cases}
\sum
\end{cases}

which is not of form.

Expected Behavior

It should produce

\lim_{n\to \infty}\left(  \sum_{i=1}^{n-1}i\mathbb{1}_{[i,i+1)}(x) + (n-a)\mathbb{1}_{[n,n+1)}(x) \right) = \begin{cases}
\sum
\end{cases}
@mertgoksel mertgoksel added the bug Something isn't working label Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant