add operators Idem and eq

Build branch algebraic-geometry (2f34007) from kesslermaximilian/LatexPackages
This commit is contained in:
Maximilian Keßler 2021-11-08 21:48:08 +00:00
parent cd894f1e35
commit b7b204bd7f
2 changed files with 11 additions and 7 deletions

View file

@ -1,8 +1,8 @@
{ {
"build_time": "", "build_time": "",
"source files": { "source files": {
"version": "v2.2.2-21", "version": "v2.2.2-22",
"commit": "ea81a055fb6aba360804793c64859b683047140e", "commit": "2f340073897a15d9cad1937494becba31798b417",
"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/10/25 20:48", "build time": "2021/11/08 21:48",
"source version": "v2.2.2-18", "source version": "v2.2.2-22",
"source commit hash": "1273d8c145b53ce155faa507b10b0b94616cffb3", "source commit hash": "2f340073897a15d9cad1937494becba31798b417",
"pytex version": "v1.0.0-18", "pytex version": "v1.0.0-18",
"pytex commit hash": "126d420b7a6ed2d4b2a42d534ab2e12344869643", "pytex commit hash": "126d420b7a6ed2d4b2a42d534ab2e12344869643",
"dirty": false "dirty": false

View file

@ -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-18 (commit 1273d8c) % Source code version: v2.2.2-22 (commit 2f34007)
% %
% 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
@ -39,7 +39,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\NeedsTeXFormat{LaTeX2e} \NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{mkessler-mathop}[2021/10/25 - Math Operator Package] \ProvidesPackage{mkessler-mathop}[2021/11/08 - 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
@ -215,6 +215,10 @@
\DeclareSimpleMathOperator{cov} \DeclareSimpleMathOperator{cov}
\newcommand{\del}{\partial} % Semantically correct operator for boundary maps \newcommand{\del}{\partial} % Semantically correct operator for boundary maps
%% Algebraic geometry
\DeclareSimpleMathOperator{eq}
\DeclareSimpleMathOperator{Idem}
% Characteristic function % Characteristic function
\newcommand*{\cfun}{\ensuremath{\mathbbm{1}}} \newcommand*{\cfun}{\ensuremath{\mathbbm{1}}}
\newcommand*{\One}{\cfun} \newcommand*{\One}{\cfun}