From 2f340073897a15d9cad1937494becba31798b417 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= <git@maximilian-kessler.de>
Date: Mon, 8 Nov 2021 22:47:23 +0100
Subject: [PATCH 1/3] add operators Idem and eq

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

diff --git a/src/math/mathop.pysty b/src/math/mathop.pysty
index 0be9557..a501017 100644
--- a/src/math/mathop.pysty
+++ b/src/math/mathop.pysty
@@ -167,6 +167,10 @@ __END_OPTIONS_X__
 \DeclareSimpleMathOperator{cov}
 \newcommand{\del}{\partial} % Semantically correct operator for boundary maps
 
+%% Algebraic geometry
+\DeclareSimpleMathOperator{eq}
+\DeclareSimpleMathOperator{Idem}
+
 % Characteristic function
 \newcommand*{\cfun}{\ensuremath{\mathbbm{1}}}
 \newcommand*{\One}{\cfun}

From 4fcd047da5fbc6259e1e46dedc80b87624ef3af3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= <git@maximilian-kessler.de>
Date: Mon, 8 Nov 2021 22:57:03 +0100
Subject: [PATCH 2/3] add Supp, Ann, OC operators

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

diff --git a/src/math/mathop.pysty b/src/math/mathop.pysty
index a501017..4a0c668 100644
--- a/src/math/mathop.pysty
+++ b/src/math/mathop.pysty
@@ -170,6 +170,9 @@ __END_OPTIONS_X__
 %% Algebraic geometry
 \DeclareSimpleMathOperator{eq}
 \DeclareSimpleMathOperator{Idem}
+\DeclareSimpleMathOperator{Supp}
+\DeclareSimpleMathOperator{Ann}
+\DeclareSimpleMathOperator{OC}
 
 % Characteristic function
 \newcommand*{\cfun}{\ensuremath{\mathbbm{1}}}

From dd0288d43741a3ab176c29f9501afa46b3b530e5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= <git@maximilian-kessler.de>
Date: Fri, 26 Nov 2021 12:18:53 +0100
Subject: [PATCH 3/3] add some operators

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

diff --git a/src/math/mathop.pysty b/src/math/mathop.pysty
index 4a0c668..cad5a42 100644
--- a/src/math/mathop.pysty
+++ b/src/math/mathop.pysty
@@ -149,6 +149,7 @@ __END_OPTIONS_X__
 \DeclareCategory{AffVar}
 \DeclareCategory{Alg}
 \DeclareCategory{Field}
+\DeclareCategory{Sch}
 
 %Set theory
 \DeclareSimpleMathOperator{card}
@@ -173,6 +174,12 @@ __END_OPTIONS_X__
 \DeclareSimpleMathOperator{Supp}
 \DeclareSimpleMathOperator{Ann}
 \DeclareSimpleMathOperator{OC}
+\DeclareSimpleMathOperator{red}
+\DeclareSimpleMathOperator{can}
+\DeclareSimpleMathOperator{Pic}
+
+\newcommand\leftadjoint\vdash
+\newcommand\rightadjoint\dashv
 
 % Characteristic function
 \newcommand*{\cfun}{\ensuremath{\mathbbm{1}}}