From 857729a67dda3c1ccd70049b51812fa7dfc516f5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= <max@maximilian-kessler.de>
Date: Fri, 14 May 2021 21:08:28 +0200
Subject: [PATCH] added operators for set theory

---
 operators.sty | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/operators.sty b/operators.sty
index 63070cf..26de8b4 100644
--- a/operators.sty
+++ b/operators.sty
@@ -85,16 +85,19 @@
 \DeclareMathOperator\CHaus{{\textbf{CHaus}}}
 \def\op{^{\textbf{op}}}
 
-% Characteristic function
-\newcommand*{\cfun}{\ensuremath{\mathbbm{1}}}
-\newcommand*{\One}{\ensuremath{\mathbbm{1}}}
-
-
-\DeclareMathOperator\lhs{LHS}
+%Set theory
 \DeclareMathOperator\card{card}
 \DeclareMathOperator\Cd{Cd}
 \DeclareMathOperator\Ord{Ord}
 \DeclareMathOperator\otp{otp}
 \DeclareMathOperator\Card{Card}
 
+% Characteristic function
+\newcommand*{\cfun}{\ensuremath{\mathbbm{1}}}
+\newcommand*{\One}{\ensuremath{\mathbbm{1}}}
+
+
+\DeclareMathOperator\lhs{LHS}
+
+