-
-
Notifications
You must be signed in to change notification settings - Fork 297
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
One dimensional vectors cause confusion #350
Comments
I think it's reasonable that in this case once the "row" has been deleted, you get back "(a)" (i.e. no longer a vector). |
I think this is the same problem I had with #225. I think the auto vector behaviour is a bit of a problem here. Is there some way to turn it off? |
Similar editors avoid this in the first place by using |
I have another problem with the vectors. |
@yorologo good catch! That sounds like a different issue, though. Do you want me to open a new issue or would you rather do it? |
Issue #654 tracks the ASCIIMath problem |
Describe the bug
Pressing ENTER within parentheses converts them into a vector. Removing the newline again doesn't convert it back, so you're stuck with a one-dimensional vector.
To Reproduce
[Steps to reproduce the behavior, for example:]
(
,a
\begin{pmatrix}a \\ \end{pmatrix}
now.\begin{pmatrix}a\end{pmatrix}
Expected behavior
I am not quite sure. I'd be great if a one-dimensional vector would be converted back to simple parentheses around the single entry. I am worried though I am asking to introduce lots of complications there.
In older versions of mathlive there were no vectors, so I did not encounter the problem previously. I see us using the vectors at some point, too, though, so I'm happy to have that feature. It's just very undiscoverable for users when their parentheses have become matrix-markup and we cannot expect them to inspect the raw latex markup. The main problem there might be that these 1x1-matrices are not visually distinctive from simple parentheses.
The text was updated successfully, but these errors were encountered: