Skip to content

Commit 1ada465

Browse files
committed
Added \notni character
1 parent e4b9337 commit 1ada465

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/macros.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ defineMacro("\\endgroup", "}");
2121
// \def\overset#1#2{\binrel@{#2}\binrel@@{\mathop{\kern\z@#2}\limits^{#1}}}
2222
defineMacro("\\overset", "\\mathop{#2}\\limits^{#1}");
2323
defineMacro("\\underset", "\\mathop{#2}\\limits_{#1}");
24+
25+
% Present in newtxmath, pxfonts and txfonts
26+
defineMacro("\\notni", "\\mathrel\\bgroup\\rlap\\bgroup\\kern\\bgroup0.04em" +
27+
"\\egroup/\\egroup\\bgroup\\ni\\egroup\\egroup");

0 commit comments

Comments
 (0)