* 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

@@ -944,6 +944,7 @@ defineMacro("\\Zeta", "\\mathrm{Z}");
defineMacro("\\argmin", "\\DOTSB\\mathop{\\operatorname{arg\\,min}}\\limits");
defineMacro("\\argmax", "\\DOTSB\\mathop{\\operatorname{arg\\,max}}\\limits");
defineMacro("\\plim", "\\DOTSB\\mathop{\\operatorname{plim}}\\limits");
// Custom Khan Academy colors, should be moved to an optional package
defineMacro("\\blue", "\\textcolor{##6495ed}{#1}");