From 7f6fc218c0e6fd852e11af760752823f280f13f0 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Fri, 18 Apr 2025 10:59:14 +0200 Subject: [PATCH] Add domain symbol shortcut --- main/math.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/main/math.tex b/main/math.tex index a7af3a2..d0bf5f8 100644 --- a/main/math.tex +++ b/main/math.tex @@ -15,6 +15,7 @@ \newcommand{\Z}{\mathbb{Z}} \newcommand{\I}{\mathbb{I}} \newcommand{\E}{\mathbb{E}} +\newcommand{\D}{\mathbb{D}} \newcommand{\8}{\infty} \newcommand{\dx}{\mbox{d}} \newcommand{\floor}[1]{\left\lfloor #1 \right\rfloor}