From 131372572fd068fe80e176d7b1d94ea0972956ac Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Sun, 11 May 2025 10:59:50 +0200 Subject: [PATCH] Add derivatives macros --- main/math.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main/math.tex b/main/math.tex index d0bf5f8..cdd9a6d 100644 --- a/main/math.tex +++ b/main/math.tex @@ -26,6 +26,8 @@ \newcommand{\Rightarrowequiv}{\overset{\cdot}{\Rightarrow}} \newcommand{\Leftarrowequiv}{\overset{\cdot}{\Leftarrow}} \newcommand{\defAs}{\overset{\text{def}}{=}} +\newcommand{\der}[1]{\frac{\mbox{d}}{\mbox{d}#1}} +\newcommand{\dern}[2]{\frac{\mbox{d}^{#2}}{\mbox{d}^{#2}#1}} \newcommand{\defEquiv}{\overset{\text{def}}{\Leftrightarrow}} \newcommand{\defImplies}{\overset{\text{def}}{\Rightarrow}} \newcommand{\divides}{\hspace{0.25em}|\hspace{0.25em}}