mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
Added support for \not (#140)
* Added support for \not * fix grammar in comment
This commit is contained in:
@@ -155,6 +155,11 @@ NegativeSpaceBetweenRel: A =\!= B
|
||||
NestedFractions: |
|
||||
\dfrac{\frac{a}{b}}{\frac{c}{d}}\dfrac{\dfrac{a}{b}}
|
||||
{\dfrac{c}{d}}\frac{\frac{a}{b}}{\frac{c}{d}}
|
||||
Not: |
|
||||
\begin{array}{l}
|
||||
\not=\not>\not\geq\not\in\not<\not\leq\not{abc} \\
|
||||
\not xy + ab \not xy
|
||||
\end{array}
|
||||
NullDelimiterInteraction: a \bigl. + 2 \quad \left. + a \right)
|
||||
OldFont: |
|
||||
\begin{matrix}
|
||||
|
Reference in New Issue
Block a user