From 9fe23f14a7727479a71c8ce5a2e4254b2a84ffd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler=20=28via=20gitlab=20runner=29?= Date: Mon, 8 Nov 2021 21:57:41 +0000 Subject: [PATCH] add Supp, Ann, OC operators Build branch algebraic-geometry (4fcd047) from kesslermaximilian/LatexPackages --- build_info.json | 10 +++++----- math/mkessler-mathop.sty | 5 ++++- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/build_info.json b/build_info.json index 0896ceb..f8f09f3 100644 --- a/build_info.json +++ b/build_info.json @@ -1,8 +1,8 @@ { "build_time": "", "source files": { - "version": "v2.2.2-22", - "commit": "2f340073897a15d9cad1937494becba31798b417", + "version": "v2.2.2-23", + "commit": "4fcd047da5fbc6259e1e46dedc80b87624ef3af3", "dirty": false }, "pytex": { @@ -144,9 +144,9 @@ { "name": "mkessler-mathop.sty", "source file": "mathop.pysty", - "build time": "2021/11/08 21:48", - "source version": "v2.2.2-22", - "source commit hash": "2f340073897a15d9cad1937494becba31798b417", + "build time": "2021/11/08 21:57", + "source version": "v2.2.2-23", + "source commit hash": "4fcd047da5fbc6259e1e46dedc80b87624ef3af3", "pytex version": "v1.0.0-18", "pytex commit hash": "126d420b7a6ed2d4b2a42d534ab2e12344869643", "dirty": false diff --git a/math/mkessler-mathop.sty b/math/mkessler-mathop.sty index f7554c5..4a070be 100644 --- a/math/mkessler-mathop.sty +++ b/math/mkessler-mathop.sty @@ -27,7 +27,7 @@ % % Build details: % PyTeX version: v1.0.0-18 (commit 126d420) -% Source code version: v2.2.2-22 (commit 2f34007) +% Source code version: v2.2.2-23 (commit 4fcd047) % % This LaTeX package is free software and distributed under the MIT License. You % may use it freely for your purposes. The latest version of the package can be @@ -218,6 +218,9 @@ %% Algebraic geometry \DeclareSimpleMathOperator{eq} \DeclareSimpleMathOperator{Idem} +\DeclareSimpleMathOperator{Supp} +\DeclareSimpleMathOperator{Ann} +\DeclareSimpleMathOperator{OC} % Characteristic function \newcommand*{\cfun}{\ensuremath{\mathbbm{1}}}