From 2786d460f2e23443564b77c53e6a796200b28177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Sun, 7 Nov 2021 16:13:12 +0100 Subject: [PATCH] add operator for GL and PGL (general linear groups) --- src/math/mathop.pysty | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/math/mathop.pysty b/src/math/mathop.pysty index 0be9557..741cb7a 100644 --- a/src/math/mathop.pysty +++ b/src/math/mathop.pysty @@ -80,6 +80,8 @@ __END_OPTIONS_X__ \DeclareSimpleMathOperator{Mat} \DeclareSimpleMathOperator{ev} \DeclareSimpleMathOperator{tr} +\DeclareSimpleMathOperator{GL} +\DeclareSimpleMathOperator{PGL} %Algebra \DeclareSimpleMathOperator{Quot}