From f28e3c8001885632e0556b9ff2ed42885024a1c9 Mon Sep 17 00:00:00 2001 From: Ron Kok Date: Sat, 4 Aug 2018 14:26:43 -0700 Subject: [PATCH] Fix \neq (#1548) --- src/macros.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/macros.js b/src/macros.js index 7419e4f0..2e106ebd 100644 --- a/src/macros.js +++ b/src/macros.js @@ -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}}}"