add category of presheaves

Build branch master (51afbd7) from kesslermaximilian/LatexPackages
This commit is contained in:
Maximilian Keßler 2022-10-17 16:35:39 +00:00
parent dfbfbb9ea8
commit 400daf229c
2 changed files with 9 additions and 8 deletions

View file

@ -1,8 +1,8 @@
{ {
"build_time": "", "build_time": "",
"source files": { "source files": {
"version": "v2.9-29-g521ce5c", "version": "v2.9-30-g51afbd7",
"commit": "521ce5c80476d858a17e318dc633af817625e922", "commit": "51afbd7188cb81b7012487c5f9c4520b228bc68e",
"dirty": false "dirty": false
}, },
"pytex": { "pytex": {
@ -36,12 +36,12 @@
{ {
"name": "math/mathop/mkessler-mathop.sty", "name": "math/mathop/mkessler-mathop.sty",
"source file": "math/mathop/mathop.pysty", "source file": "math/mathop/mathop.pysty",
"build time": "2022/04/24 19:20", "build time": "2022/10/17 16:35",
"source version": "v2.9-12-g8583c50", "source version": "v2.9-30-g51afbd7",
"source commit hash": "8583c50c595665f13b47a8f55033529d885745d4", "source commit hash": "51afbd7188cb81b7012487c5f9c4520b228bc68e",
"pytex version": "v1.2.0-31-gc9bb0e8", "pytex version": "v1.2.0-31-gc9bb0e8",
"pytex commit hash": "c9bb0e87c91beae3e17a829603e4459cf804ec51", "pytex commit hash": "c9bb0e87c91beae3e17a829603e4459cf804ec51",
"md5sum": "dba06510099d33f0258ead837d94924f", "md5sum": "5e187f2f240bd92a140a96526e90b072",
"dirty": false "dirty": false
}, },
{ {

View file

@ -31,7 +31,7 @@
% %
% Build details: % Build details:
% PyTeX version: v1.2.0-31-gc9bb0e8 (commit c9bb0e8) % PyTeX version: v1.2.0-31-gc9bb0e8 (commit c9bb0e8)
% Source code version: v2.9-12-g8583c50 (commit 8583c50) % Source code version: v2.9-30-g51afbd7 (commit 51afbd7)
% %
% This LaTeX package is free software and is dual-licensed % This LaTeX package is free software and is dual-licensed
% under the LPPLv1.3c and the GPLv3 licenses. % under the LPPLv1.3c and the GPLv3 licenses.
@ -47,7 +47,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\NeedsTeXFormat{LaTeX2e} \NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{mkessler-mathop}[2022/04/24 - Math Operator Package] \ProvidesPackage{mkessler-mathop}[2022/10/17 - Math Operator Package]
%Provides some commonly used Operators used in the write-ups of my lecture notes %Provides some commonly used Operators used in the write-ups of my lecture notes
@ -143,6 +143,7 @@
\DeclareSimpleMathOperator{Tor} \DeclareSimpleMathOperator{Tor}
\DeclareSimpleMathOperator{MaxSpec} \DeclareSimpleMathOperator{MaxSpec}
\DeclareSimpleMathOperator{Sh} \DeclareSimpleMathOperator{Sh}
\DeclareSimpleMathOperator{PSh}
\DeclareSimpleMathOperator{Proj} \DeclareSimpleMathOperator{Proj}
\DeclareSimpleMathOperator{QCoh} \DeclareSimpleMathOperator{QCoh}
\DeclareSimpleMathOperator{Fun} \DeclareSimpleMathOperator{Fun}