This commit is contained in:
Ron Kok
2018-08-04 14:26:43 -07:00
committed by Erik Demaine
parent ddddd3ad8c
commit f28e3c8001

View File

@@ -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}}}"