add \argmax and \argmin (#1820)

* add \argmax and \argmin

* add reference to argmin and argmax
This commit is contained in:
René Filip
2019-01-13 00:36:36 +01:00
committed by Kevin Barabash
parent e85cb97cca
commit 9ddc24c9f1
4 changed files with 19 additions and 1 deletions

View File

@@ -876,3 +876,10 @@ defineMacro("\\thetasym", "\\vartheta");
// TODO: defineMacro("\\varcoppa", "\\\mbox{\\coppa}");
defineMacro("\\weierp", "\\wp");
defineMacro("\\Zeta", "\\mathrm{Z}");
//////////////////////////////////////////////////////////////////////
// statmath.sty
// https://ctan.math.illinois.edu/macros/latex/contrib/statmath/statmath.pdf
defineMacro("\\argmin", "\\DOTSB\\mathop{\\operatorname{arg\\,min}}\\limits");
defineMacro("\\argmax", "\\DOTSB\\mathop{\\operatorname{arg\\,max}}\\limits");