From b0214e149a5ca2939390a158b4691d8d9067ca8a Mon Sep 17 00:00:00 2001
From: Nao Pross <np@0hm.ch>
Date: Sun, 21 Nov 2021 23:07:40 +0100
Subject: Doc on frames

---
 doc/thesis/tex/docmacros.sty | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'doc/thesis/tex')

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\}}
-- 
cgit v1.2.1