From 4fcd047da5fbc6259e1e46dedc80b87624ef3af3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Mon, 8 Nov 2021 22:57:03 +0100 Subject: [PATCH] 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}}}