mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-08 04:28:41 +00:00
Add \plim (#1952)
* Add \plim * tweak position of argmin and plim in support table
This commit is contained in:
@@ -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`;
|
||||
});
|
||||
|
Reference in New Issue
Block a user