mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 19:28:39 +00:00
Implement \neq and \notin via macros like LaTeX's (#1400)
* Implement \neq and \notin via macros like LaTeX's * Fix test
This commit is contained in:
committed by
Kevin Barabash
parent
97d6229e9b
commit
3d5826c1da
Binary file not shown.
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 17 KiB |
Binary file not shown.
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 14 KiB |
@@ -224,7 +224,8 @@ NewLine: |
|
||||
Not: |
|
||||
\begin{array}{l}
|
||||
\not=\not>\not\geq\not\in\not<\not\leq\not{abc} \\
|
||||
\not xy + ab \not xy
|
||||
\not xy + ab \not xy \\
|
||||
a \neq b \notin c
|
||||
\end{array}
|
||||
NullDelimiterInteraction: a \bigl. + 2 \quad \left. + a \right)
|
||||
OldFont: |
|
||||
|
Reference in New Issue
Block a user