-
Notifications
You must be signed in to change notification settings - Fork 16
\ne, \neq, \not = to; fail to parse in latext 0.4.0 #20
Copy link
Copy link
Open
Description
Thanks for the great work
$
\ne \cr
\neq \cr
\not =
$
All give the not equal to math sign in version 0.3.0 but all fail in 0.4.0 due to \n is interpreted as a newline. so \ne gives e, \neq gives eq while \not = gives ot=.
This issue that causes these breaking changes
$\left{\begin{array}{l}3 x-4 y=1 \ -3 x+7 y=5\end{array}\right.$ that fail v 0.3.0 could be made to parse by replace \ with \cr as shown below
$\left{\begin{array}{l}3 x-4 y=1 \cr -3 x+7 y=5\end{array}\right.$
Besides \n works within $ $ but fails with array inside $ $
How do we make \ne, \neq or \not = to work in version 0.4.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels