add \ord operator for group orders

Build branch master (e8be9fc) from kesslermaximilian/LatexPackages
This commit is contained in:
Maximilian Keßler 2022-02-16 16:27:42 +00:00
parent 489a60aa12
commit 020e409173
2 changed files with 8 additions and 7 deletions

View File

@ -1,8 +1,8 @@
{ {
"build_time": "", "build_time": "",
"source files": { "source files": {
"version": "v2.9-9-g6db316f", "version": "v2.9-10-ge8be9fc",
"commit": "6db316f4a0aaf7350ebd67c7ebbe61046c9e97f4", "commit": "e8be9fcb16382e408aad9e722cad99df641766ae",
"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 01:05", "build time": "2022/02/16 16:27",
"source version": "v2.9-9-g6db316f", "source version": "v2.9-10-ge8be9fc",
"source commit hash": "6db316f4a0aaf7350ebd67c7ebbe61046c9e97f4", "source commit hash": "e8be9fcb16382e408aad9e722cad99df641766ae",
"pytex version": "v1.2.0-31-gc9bb0e8", "pytex version": "v1.2.0-31-gc9bb0e8",
"pytex commit hash": "c9bb0e87c91beae3e17a829603e4459cf804ec51", "pytex commit hash": "c9bb0e87c91beae3e17a829603e4459cf804ec51",
"md5sum": "4c5d43e6eb457008b5a14e9d6d5a3d14", "md5sum": "67ca0709a5e25f2e94d80349bcdf2747",
"dirty": false "dirty": false
}, },
{ {

View File

@ -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-9-g6db316f (commit 6db316f) % Source code version: v2.9-10-ge8be9fc (commit e8be9fc)
% %
% 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.
@ -146,6 +146,7 @@
\DeclareSimpleMathOperator{Proj} \DeclareSimpleMathOperator{Proj}
\DeclareSimpleMathOperator{QCoh} \DeclareSimpleMathOperator{QCoh}
\DeclareSimpleMathOperator{Fun} \DeclareSimpleMathOperator{Fun}
\DeclareSimpleMathOperator{ord}
\DeclareMathOperator{\Nil}{\mathcal{N}il} \DeclareMathOperator{\Nil}{\mathcal{N}il}
\DeclareMathOperator{\Ouv}{\mathcal{O}uv} \DeclareMathOperator{\Ouv}{\mathcal{O}uv}
\DeclareMathOperator{\PreSh}{Pre-Sh} \DeclareMathOperator{\PreSh}{Pre-Sh}