From 75bf09228d85d4e790b49525b611d4661c91b67c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler=20=28via=20gitlab=20runner=29?= Date: Sun, 24 Apr 2022 19:20:42 +0000 Subject: [PATCH] add set Build branch master (8583c50) from kesslermaximilian/LatexPackages --- build_info.json | 12 ++++++------ math/mathop/mkessler-mathop.sty | 9 +++++++-- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/build_info.json b/build_info.json index 759000e..8536dc1 100644 --- a/build_info.json +++ b/build_info.json @@ -1,8 +1,8 @@ { "build_time": "", "source files": { - "version": "v2.9-11-g0b63168", - "commit": "0b631683d722faf7b0b42af58c22a5648757eba9", + "version": "v2.9-12-g8583c50", + "commit": "8583c50c595665f13b47a8f55033529d885745d4", "dirty": false }, "pytex": { @@ -36,12 +36,12 @@ { "name": "math/mathop/mkessler-mathop.sty", "source file": "math/mathop/mathop.pysty", - "build time": "2022/02/16 16:27", - "source version": "v2.9-10-ge8be9fc", - "source commit hash": "e8be9fcb16382e408aad9e722cad99df641766ae", + "build time": "2022/04/24 19:20", + "source version": "v2.9-12-g8583c50", + "source commit hash": "8583c50c595665f13b47a8f55033529d885745d4", "pytex version": "v1.2.0-31-gc9bb0e8", "pytex commit hash": "c9bb0e87c91beae3e17a829603e4459cf804ec51", - "md5sum": "67ca0709a5e25f2e94d80349bcdf2747", + "md5sum": "dba06510099d33f0258ead837d94924f", "dirty": false }, { diff --git a/math/mathop/mkessler-mathop.sty b/math/mathop/mkessler-mathop.sty index 23cc2bf..d3cce38 100644 --- a/math/mathop/mkessler-mathop.sty +++ b/math/mathop/mkessler-mathop.sty @@ -31,7 +31,7 @@ % % Build details: % 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 % under the LPPLv1.3c and the GPLv3 licenses. @@ -47,7 +47,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \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 @@ -248,6 +248,11 @@ \newcommand\abelianization{^{\ab}} +\NewDocumentCommand\set{m} + { + \left\{ #1 \right\} + } + %Taken from user egreg on % https://tex.stackexchange.com/a/22255 \newcommand\frestriction[2]{{% we make the whole thing an ordinary symbol