add operator for GL and PGL (general linear groups)

Build branch topology-1 (2786d46) from kesslermaximilian/LatexPackages
This commit is contained in:
Maximilian Keßler 2021-11-07 15:13:47 +00:00
parent db29fb10c6
commit c188367a81
2 changed files with 9 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": "2786d460f2e23443564b77c53e6a796200b28177",
"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/26 18:36", "build time": "2021/11/07 15:13",
"source version": "v2.2.2-20", "source version": "v2.2.2-22",
"source commit hash": "9b279f65fd45d99ffd45ca6131b07c306e15215e", "source commit hash": "2786d460f2e23443564b77c53e6a796200b28177",
"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-20 (commit 9b279f6) % Source code version: v2.2.2-22 (commit 2786d46)
% %
% 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/26 - Math Operator Package] \ProvidesPackage{mkessler-mathop}[2021/11/07 - 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
@ -128,6 +128,8 @@
\DeclareSimpleMathOperator{Mat} \DeclareSimpleMathOperator{Mat}
\DeclareSimpleMathOperator{ev} \DeclareSimpleMathOperator{ev}
\DeclareSimpleMathOperator{tr} \DeclareSimpleMathOperator{tr}
\DeclareSimpleMathOperator{GL}
\DeclareSimpleMathOperator{PGL}
%Algebra %Algebra
\DeclareSimpleMathOperator{Quot} \DeclareSimpleMathOperator{Quot}