How can you get the argmin or argmax in Latex? Two solutions I found are:
\underset{x}{\operatorname{argmax}}
\DeclareMathOperator*{\argmin}{arg\,min}
Any other ideas?
[1] http://www.breakthru.altervista.org/?p=27
[2] http://researchonsearch.blogspot.com/2007/05/enter-argmax-argmin-in-latex.html
\DeclareMathOperatoris the way to go in this case. – Pieter Nov 11 '10 at 17:57