diff options
author | Nao Pross <np@0hm.ch> | 2021-11-21 23:07:40 +0100 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-11-21 23:07:40 +0100 |
commit | b0214e149a5ca2939390a158b4691d8d9067ca8a (patch) | |
tree | f48cc60be23afc97fc6b97109a0fc6ffecdabca2 /doc/thesis/tex/docmacros.sty | |
parent | Merge branch 'master' of github.com:NaoPross/Fading (diff) | |
download | Fading-b0214e149a5ca2939390a158b4691d8d9067ca8a.tar.gz Fading-b0214e149a5ca2939390a158b4691d8d9067ca8a.zip |
Doc on frames
Diffstat (limited to 'doc/thesis/tex/docmacros.sty')
-rw-r--r-- | doc/thesis/tex/docmacros.sty | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/thesis/tex/docmacros.sty b/doc/thesis/tex/docmacros.sty index a29205d..7fed6e8 100644 --- a/doc/thesis/tex/docmacros.sty +++ b/doc/thesis/tex/docmacros.sty @@ -20,6 +20,8 @@ % Functions \DeclareMathOperator{\sinc}{sinc} +\DeclareMathOperator*{\argmax}{arg\,max} +\DeclareMathOperator*{\argmin}{arg\,min} % Complex numbers \renewcommand{\Re}[1]{\mathrm{Re} \left\{#1\right\}} |