add Supp, Ann, OC operators
Build branch algebraic-geometry (4fcd047) from kesslermaximilian/LatexPackages
This commit is contained in:
parent
b7b204bd7f
commit
9fe23f14a7
2 changed files with 9 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"build_time": "",
|
"build_time": "",
|
||||||
"source files": {
|
"source files": {
|
||||||
"version": "v2.2.2-22",
|
"version": "v2.2.2-23",
|
||||||
"commit": "2f340073897a15d9cad1937494becba31798b417",
|
"commit": "4fcd047da5fbc6259e1e46dedc80b87624ef3af3",
|
||||||
"dirty": false
|
"dirty": false
|
||||||
},
|
},
|
||||||
"pytex": {
|
"pytex": {
|
||||||
|
@ -144,9 +144,9 @@
|
||||||
{
|
{
|
||||||
"name": "mkessler-mathop.sty",
|
"name": "mkessler-mathop.sty",
|
||||||
"source file": "mathop.pysty",
|
"source file": "mathop.pysty",
|
||||||
"build time": "2021/11/08 21:48",
|
"build time": "2021/11/08 21:57",
|
||||||
"source version": "v2.2.2-22",
|
"source version": "v2.2.2-23",
|
||||||
"source commit hash": "2f340073897a15d9cad1937494becba31798b417",
|
"source commit hash": "4fcd047da5fbc6259e1e46dedc80b87624ef3af3",
|
||||||
"pytex version": "v1.0.0-18",
|
"pytex version": "v1.0.0-18",
|
||||||
"pytex commit hash": "126d420b7a6ed2d4b2a42d534ab2e12344869643",
|
"pytex commit hash": "126d420b7a6ed2d4b2a42d534ab2e12344869643",
|
||||||
"dirty": false
|
"dirty": false
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
%
|
%
|
||||||
% Build details:
|
% Build details:
|
||||||
% PyTeX version: v1.0.0-18 (commit 126d420)
|
% 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
|
% 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
|
% may use it freely for your purposes. The latest version of the package can be
|
||||||
|
@ -218,6 +218,9 @@
|
||||||
%% Algebraic geometry
|
%% Algebraic geometry
|
||||||
\DeclareSimpleMathOperator{eq}
|
\DeclareSimpleMathOperator{eq}
|
||||||
\DeclareSimpleMathOperator{Idem}
|
\DeclareSimpleMathOperator{Idem}
|
||||||
|
\DeclareSimpleMathOperator{Supp}
|
||||||
|
\DeclareSimpleMathOperator{Ann}
|
||||||
|
\DeclareSimpleMathOperator{OC}
|
||||||
|
|
||||||
% Characteristic function
|
% Characteristic function
|
||||||
\newcommand*{\cfun}{\ensuremath{\mathbbm{1}}}
|
\newcommand*{\cfun}{\ensuremath{\mathbbm{1}}}
|
||||||
|
|
Loading…
Reference in a new issue