mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-18 17:28:38 +00:00
Added support for \not (#140)
* Added support for \not * fix grammar in comment
This commit is contained in:
@@ -504,6 +504,7 @@ defineSymbol(math, main, rel, "\u2190", "\\gets");
|
||||
defineSymbol(math, main, rel, ">", "\\gt");
|
||||
defineSymbol(math, main, rel, "\u2208", "\\in");
|
||||
defineSymbol(math, main, rel, "\u2209", "\\notin");
|
||||
defineSymbol(math, main, rel, "\u0338", "\\not");
|
||||
defineSymbol(math, main, rel, "\u2282", "\\subset");
|
||||
defineSymbol(math, main, rel, "\u2283", "\\supset");
|
||||
defineSymbol(math, main, rel, "\u2286", "\\subseteq");
|
||||
|
Reference in New Issue
Block a user