You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working with Latex source, it is common to add alignment marks in math blocks. I like to align equations at the equals sign, which looks like &= in the Latex source. At the moment, coc-calc doesn't allow &= as a substitute for =, so parsing the expression fails.
Basically, I want to &= to work like =.
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.59. Please mark this comment with 👍 or 👎 to give our bot feedback!
When working with Latex source, it is common to add alignment marks in math blocks. I like to align equations at the equals sign, which looks like
&=
in the Latex source. At the moment, coc-calc doesn't allow&=
as a substitute for=
, so parsing the expression fails.Basically, I want to
&=
to work like=
.The text was updated successfully, but these errors were encountered: