Merge branch 'algebraic-geometry'

Build branch master (f2a9f5f) from kesslermaximilian/LatexPackages
This commit is contained in:
Maximilian Keßler 2021-12-12 19:15:07 +00:00
parent 70d7243d5b
commit e40f1aa252
2 changed files with 21 additions and 7 deletions

View File

@ -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

View File

@ -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}