From b05be21b926fff61d1d998f5fb6e9b99ebb33bef Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Mon, 22 Dec 2025 07:38:10 +0100 Subject: [PATCH] [Math] Add argmin command --- dist/full.tex | 1 + dist/most.tex | 1 + dist/recommended.tex | 1 + main/math.tex | 1 + 4 files changed, 4 insertions(+) diff --git a/dist/full.tex b/dist/full.tex index d8783b3..f205f55 100644 --- a/dist/full.tex +++ b/dist/full.tex @@ -452,6 +452,7 @@ % other useful shortcuts \newcommand{\8}{\infty} +\newcommand{\argmin}{\text{argmin}} \newcommand{\dx}{\text{ d}} \newcommand{\floor}[1]{\left\lfloor #1 \right\rfloor} \newcommand{\ceil}[1]{\left\lceil #1 \right\rceil} diff --git a/dist/most.tex b/dist/most.tex index 184d5ec..e11c06e 100644 --- a/dist/most.tex +++ b/dist/most.tex @@ -452,6 +452,7 @@ % other useful shortcuts \newcommand{\8}{\infty} +\newcommand{\argmin}{\text{argmin}} \newcommand{\dx}{\text{ d}} \newcommand{\floor}[1]{\left\lfloor #1 \right\rfloor} \newcommand{\ceil}[1]{\left\lceil #1 \right\rceil} diff --git a/dist/recommended.tex b/dist/recommended.tex index 88123d0..769b7ab 100644 --- a/dist/recommended.tex +++ b/dist/recommended.tex @@ -452,6 +452,7 @@ % other useful shortcuts \newcommand{\8}{\infty} +\newcommand{\argmin}{\text{argmin}} \newcommand{\dx}{\text{ d}} \newcommand{\floor}[1]{\left\lfloor #1 \right\rfloor} \newcommand{\ceil}[1]{\left\lceil #1 \right\rceil} diff --git a/main/math.tex b/main/math.tex index c94ca23..f7abc12 100644 --- a/main/math.tex +++ b/main/math.tex @@ -66,6 +66,7 @@ % other useful shortcuts \newcommand{\8}{\infty} +\newcommand{\argmin}{\text{argmin}} \newcommand{\dx}{\text{ d}} \newcommand{\floor}[1]{\left\lfloor #1 \right\rfloor} \newcommand{\ceil}[1]{\left\lceil #1 \right\rceil}