Skip to content

Instantly share code, notes, and snippets.

@stephenLee
Created December 15, 2012 08:44
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephenLee/4292186 to your computer and use it in GitHub Desktop.
Save stephenLee/4292186 to your computer and use it in GitHub Desktop.
latex argmax and argmin
\DeclareMathOperator*{\argmax}{arg\,max} % in your preamble
\DeclareMathOperator*{\argmin}{arg\,min} % in your preamble
\argmax_{...} % in your formula
\argmin_{...} % in your formula
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment