add set
Build branch master (8583c50) from kesslermaximilian/LatexPackages
This commit is contained in:
parent
a6203cb3ca
commit
75bf09228d
2 changed files with 13 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"build_time": "",
|
"build_time": "",
|
||||||
"source files": {
|
"source files": {
|
||||||
"version": "v2.9-11-g0b63168",
|
"version": "v2.9-12-g8583c50",
|
||||||
"commit": "0b631683d722faf7b0b42af58c22a5648757eba9",
|
"commit": "8583c50c595665f13b47a8f55033529d885745d4",
|
||||||
"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/02/16 16:27",
|
"build time": "2022/04/24 19:20",
|
||||||
"source version": "v2.9-10-ge8be9fc",
|
"source version": "v2.9-12-g8583c50",
|
||||||
"source commit hash": "e8be9fcb16382e408aad9e722cad99df641766ae",
|
"source commit hash": "8583c50c595665f13b47a8f55033529d885745d4",
|
||||||
"pytex version": "v1.2.0-31-gc9bb0e8",
|
"pytex version": "v1.2.0-31-gc9bb0e8",
|
||||||
"pytex commit hash": "c9bb0e87c91beae3e17a829603e4459cf804ec51",
|
"pytex commit hash": "c9bb0e87c91beae3e17a829603e4459cf804ec51",
|
||||||
"md5sum": "67ca0709a5e25f2e94d80349bcdf2747",
|
"md5sum": "dba06510099d33f0258ead837d94924f",
|
||||||
"dirty": false
|
"dirty": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -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-10-ge8be9fc (commit e8be9fc)
|
% Source code version: v2.9-12-g8583c50 (commit 8583c50)
|
||||||
%
|
%
|
||||||
% 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/02/16 - Math Operator Package]
|
\ProvidesPackage{mkessler-mathop}[2022/04/24 - 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
|
||||||
|
@ -248,6 +248,11 @@
|
||||||
\newcommand\abelianization{^{\ab}}
|
\newcommand\abelianization{^{\ab}}
|
||||||
|
|
||||||
|
|
||||||
|
\NewDocumentCommand\set{m}
|
||||||
|
{
|
||||||
|
\left\{ #1 \right\}
|
||||||
|
}
|
||||||
|
|
||||||
%Taken from user egreg on
|
%Taken from user egreg on
|
||||||
% https://tex.stackexchange.com/a/22255
|
% https://tex.stackexchange.com/a/22255
|
||||||
\newcommand\frestriction[2]{{% we make the whole thing an ordinary symbol
|
\newcommand\frestriction[2]{{% we make the whole thing an ordinary symbol
|
||||||
|
|
Loading…
Reference in a new issue