From 4110159f107ce9d8e688b39209a5471f2118c36f Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Tue, 30 Sep 2025 18:25:43 +0200 Subject: [PATCH] [Math] Improve derivative d --- main/math.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/math.tex b/main/math.tex index 3d1775f..ad06200 100644 --- a/main/math.tex +++ b/main/math.tex @@ -17,7 +17,7 @@ \newcommand{\E}{\mathbb{E}} \newcommand{\D}{\mathbb{D}} \newcommand{\8}{\infty} -\newcommand{\dx}{\mbox{d}} +\newcommand{\dx}{\text{ d}} \newcommand{\floor}[1]{\left\lfloor #1 \right\rfloor} \newcommand{\ceil}[1]{\left\lceil #1 \right\rceil} \newcommand{\hastoeq}{\overset{!}{=}}