mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-14 15:28:40 +00:00
add \argmax and \argmin (#1820)
* add \argmax and \argmin * add reference to argmin and argmax
This commit is contained in:
committed by
Kevin Barabash
parent
e85cb97cca
commit
9ddc24c9f1
@@ -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");
|
||||
|
Reference in New Issue
Block a user