From e238de78b684a74e3314c8e9760a08e313a6f0db Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= <git@maximilian-kessler.de>
Date: Sun, 19 Dec 2021 11:01:59 +0100
Subject: [PATCH] add cell operator

---
 src/math/mathop.pysty | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/math/mathop.pysty b/src/math/mathop.pysty
index 241379c..06c0b12 100644
--- a/src/math/mathop.pysty
+++ b/src/math/mathop.pysty
@@ -127,6 +127,7 @@ __END_OPTIONS_X__
 \def\twedge{\vee} % Semantically correct macros for wedge product
 \def\tsmash{\wedge} % Semantically correct macro for smash product
 \DeclareSimpleMathOperator{sing}
+\DeclareSimpleMathOperator{cell}
 
 %Category Theory
 \DeclareSimpleMathOperator{Ob}