From e40f1aa252354aac5cd28053649a86527c0a7930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler=20=28via=20gitlab=20runner=29?= Date: Sun, 12 Dec 2021 19:15:07 +0000 Subject: [PATCH] Merge branch 'algebraic-geometry' Build branch master (f2a9f5f) from kesslermaximilian/LatexPackages --- build_info.json | 10 +++++----- math/mkessler-mathop.sty | 18 ++++++++++++++++-- 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/build_info.json b/build_info.json index 51dd49c..90b9eef 100644 --- a/build_info.json +++ b/build_info.json @@ -1,8 +1,8 @@ { "build_time": "", "source files": { - "version": "v2.4.0-beta-2", - "commit": "bfa91d4f661f9fd29a54e49f64910305abc23a03", + "version": "v2.4.0-beta-3", + "commit": "f2a9f5f7036218d2e5184f704ecfa8a318f551c5", "dirty": false }, "pytex": { @@ -144,9 +144,9 @@ { "name": "mkessler-mathop.sty", "source file": "mathop.pysty", - "build time": "2021/11/07 15:15", - "source version": "v2.4.0-beta-2", - "source commit hash": "bfa91d4f661f9fd29a54e49f64910305abc23a03", + "build time": "2021/12/12 19:15", + "source version": "v2.4.0-beta-3", + "source commit hash": "f2a9f5f7036218d2e5184f704ecfa8a318f551c5", "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 44cb0a8..0f755a2 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.4.0-beta-2 (commit bfa91d4) +% Source code version: v2.4.0-beta-3 (commit f2a9f5f) % % 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 @@ -39,7 +39,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{mkessler-mathop}[2021/11/07 - Math Operator Package] +\ProvidesPackage{mkessler-mathop}[2021/12/12 - Math Operator Package] %Provides some commonly used Operators used in the write-ups of my lecture notes @@ -199,6 +199,7 @@ \DeclareCategory{AffVar} \DeclareCategory{Alg} \DeclareCategory{Field} +\DeclareCategory{Sch} %Set theory \DeclareSimpleMathOperator{card} @@ -217,6 +218,19 @@ \DeclareSimpleMathOperator{cov} \newcommand{\del}{\partial} % Semantically correct operator for boundary maps +%% Algebraic geometry +\DeclareSimpleMathOperator{eq} +\DeclareSimpleMathOperator{Idem} +\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}}} \newcommand*{\One}{\cfun}