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