latex-setup

My personal LaTeX setup 🦁️⚙️

Commit
a10b713c7e2406754d2553da74a680c86bdb265d
Parent
8652ed80c827ec575f0bdb263546e1d3619fbdd2
Author
Pablo <pablo-escobar@riseup.net>
Date

Minor updates to the xalgebra package

Diffstat

1 file changed, 2 insertions, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified xalgebra.sty 3 2 1
diff --git a/xalgebra.sty b/xalgebra.sty
@@ -1,7 +1,7 @@
 \NeedsTeXFormat{LaTeX2e}[1994/06/01]
 \ProvidesPackage{xalgebra}[2020/09/10 1.0.0 Usefull definitions for Algebra]
 
-\RequirePackage{amssymb}  % For the standard sets
+\RequirePackage{amssymb}  % For the double-struck capital letters
 \RequirePackage{amsmath}  % For the \DeclareMathOperator
 \RequirePackage{mathrsfs} % For \mathscr
 
@@ -34,6 +34,7 @@
 % Ring Theory stuff
 \DeclareMathOperator{\Frac}{Frac}  % Field of fractions
 \DeclareMathOperator{\fchar}{char} % Field characteristic
+\DeclareMathOperator{\Irr}{Irr}    % Minimal polynomial
 
 % Galois Theory
 \DeclareMathOperator{\Gal}{Gal}             % Galois group