* Add \plim

* tweak position of argmin and plim in support table
This commit is contained in:
elbaro
2019-06-02 09:20:26 +09:00
committed by Kevin Barabash
parent d1dfd88166
commit 88d9a8a4df
4 changed files with 8 additions and 2 deletions

View File

@@ -3198,6 +3198,10 @@ describe("A macro expander", function() {
expect`\liminf`.toParseLike`\mathop{\operatorname{lim\,inf}}\limits`;
});
it("should expand \\plim as expected", () => {
expect`\plim`.toParseLike`\mathop{\operatorname{plim}}\limits`;
});
it("should expand \\argmin as expected", () => {
expect`\argmin`.toParseLike`\mathop{\operatorname{arg\,min}}\limits`;
});