mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 19:28:39 +00:00
Fix \neq (#1548)
This commit is contained in:
@@ -368,7 +368,7 @@ defineMacro("\\not", '\\mathrel{\\mathrlap\\@not}');
|
||||
// \DeclareRobustCommand
|
||||
// \notin{\mathrel{\m@th\mathpalette\c@ncel\in}}
|
||||
// \def\c@ncel#1#2{\m@th\ooalign{$\hfil#1\mkern1mu/\hfil$\crcr$#1#2$}}
|
||||
defineMacro("\\neq", "\\html@mathml{\\not=}{\\mathrel{\\char`≠}}");
|
||||
defineMacro("\\neq", "\\html@mathml{\\mathrel{\\not=}}{\\mathrel{\\char`≠}}");
|
||||
defineMacro("\\ne", "\\neq");
|
||||
defineMacro("\u2260", "\\neq");
|
||||
defineMacro("\\notin", "\\html@mathml{\\mathrel{{\\in}\\mathllap{/\\mskip1mu}}}"
|
||||
|
Reference in New Issue
Block a user