From 020e4091730200506b334d0b929da1fb6cf0b03a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler=20=28via=20gitlab=20runner=29?= Date: Wed, 16 Feb 2022 16:27:42 +0000 Subject: [PATCH] add \ord operator for group orders Build branch master (e8be9fc) from kesslermaximilian/LatexPackages --- build_info.json | 12 ++++++------ math/mathop/mkessler-mathop.sty | 3 ++- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/build_info.json b/build_info.json index 782e1ba..93819ed 100644 --- a/build_info.json +++ b/build_info.json @@ -1,8 +1,8 @@ { "build_time": "", "source files": { - "version": "v2.9-9-g6db316f", - "commit": "6db316f4a0aaf7350ebd67c7ebbe61046c9e97f4", + "version": "v2.9-10-ge8be9fc", + "commit": "e8be9fcb16382e408aad9e722cad99df641766ae", "dirty": false }, "pytex": { @@ -36,12 +36,12 @@ { "name": "math/mathop/mkessler-mathop.sty", "source file": "math/mathop/mathop.pysty", - "build time": "2022/02/16 01:05", - "source version": "v2.9-9-g6db316f", - "source commit hash": "6db316f4a0aaf7350ebd67c7ebbe61046c9e97f4", + "build time": "2022/02/16 16:27", + "source version": "v2.9-10-ge8be9fc", + "source commit hash": "e8be9fcb16382e408aad9e722cad99df641766ae", "pytex version": "v1.2.0-31-gc9bb0e8", "pytex commit hash": "c9bb0e87c91beae3e17a829603e4459cf804ec51", - "md5sum": "4c5d43e6eb457008b5a14e9d6d5a3d14", + "md5sum": "67ca0709a5e25f2e94d80349bcdf2747", "dirty": false }, { diff --git a/math/mathop/mkessler-mathop.sty b/math/mathop/mkessler-mathop.sty index 5af3cfe..23cc2bf 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-9-g6db316f (commit 6db316f) +% Source code version: v2.9-10-ge8be9fc (commit e8be9fc) % % This LaTeX package is free software and is dual-licensed % under the LPPLv1.3c and the GPLv3 licenses. @@ -146,6 +146,7 @@ \DeclareSimpleMathOperator{Proj} \DeclareSimpleMathOperator{QCoh} \DeclareSimpleMathOperator{Fun} +\DeclareSimpleMathOperator{ord} \DeclareMathOperator{\Nil}{\mathcal{N}il} \DeclareMathOperator{\Ouv}{\mathcal{O}uv} \DeclareMathOperator{\PreSh}{Pre-Sh}