- Commit
- 86712273c4f81ac62b64dae9c358734efcb18175
- Parent
- e3f7ce127fde5a63f6412b68e658999e2b447b34
- Author
- Pablo <pablo-escobar@riseup.net>
- Date
Updated the algebra macros
My personal LaTeX setup 🦁️⚙️
Updated the algebra macros
1 file changed, 6 insertions, 6 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | xalgebra.sty | 12 | 6 | 6 |
diff --git a/xalgebra.sty b/xalgebra.sty @@ -9,8 +9,6 @@ \newcommand{\abs}[1]{\left|\nobreak#1\nobreak\right|} % Absolute values \DeclareMathOperator{\Rad}{Rad} % Jacobson radical \DeclareMathOperator{\rad}{rad} % Jacobson radical -\DeclareMathOperator{\Ann}{Ann} % The annihilator of a - % module % Linear Algebra stuff \newenvironment{system} @@ -43,10 +41,12 @@ \newcommand{\sepcloj}[1]{{#1}^\textsc{sep}} % Separable clojure of a Galois % extension -% Representation Theory -\newcommand{\Ind}[2]{\operatorname{Ind}_{#2}^{#1}} % Induced representation -\newcommand{\Res}[2]{\operatorname{Res}_{#2}^{#1}} % Restriction of - % representations +% Module Theory +\newcommand{\Ind}[2]{\operatorname{Ind}_{#2}^{#1}} % Induced module +\newcommand{\Coind}[2]{\operatorname{Coind}_{#2}^{#1}} % Coinduced module +\newcommand{\Res}[2]{\operatorname{Res}_{#2}^{#1}} % Restriction of scalars +\DeclareMathOperator{\Ann}{Ann} % The annihilator of a + % module % Homological algebra \DeclareMathOperator{\Ext}{Ext} % Ext functor