From dd0288d43741a3ab176c29f9501afa46b3b530e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Fri, 26 Nov 2021 12:18:53 +0100 Subject: [PATCH] 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}}}