tFix defs.sample.tex - flashcard-tools - Tools for working with LaTeX flashcards
HTML git clone git://lumidify.org/flashcard-tools.git (fast, but not encrypted)
HTML git clone https://lumidify.org/git/flashcard-tools.git (encrypted, but very slow)
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit bd3d1cac4645c2e3a9a039f1d4df985297b3da7e
DIR parent 8b9afbbc7d564c414236fdcac598e70810263214
HTML Author: lumidify <nobody@lumidify.org>
Date: Fri, 25 Jun 2021 08:52:28 +0200
Fix defs.sample.tex
Diffstat:
M defs.sample.tex | 44 ++++++++++++++++----------------
1 file changed, 22 insertions(+), 22 deletions(-)
---
DIR diff --git a/defs.sample.tex b/defs.sample.tex
t@@ -7,25 +7,25 @@
\usepackage{enumitem}
\usepackage{tikz-cd}
-\newcommand{\Pol}{\mathop{\text{Pol}}}
-\newcommand{\ggT}{\mathop{\text{ggT}}}
-\newcommand{\Hom}{\mathop{\text{Hom}}}
-\newcommand{\End}{\mathop{\text{End}}}
-\newcommand{\Alt}{\mathop{\text{Alt}}}
-\newcommand{\sgn}{\mathop{\text{sgn}}}
-\newcommand{\Det}{\mathop{\text{Det}}}
-\newcommand{\Sym}{\mathop{\text{Sym}}}
-\newcommand{\spec}{\mathop{\text{spec}}}
-\newcommand{\Id}{\mathop{\text{Id}}}
-\newcommand{\GL}{\mathop{\text{GL}}}
-\newcommand{\diag}{\mathop{\text{diag}}}
-\newcommand{\K}{\mathop{\mathbb{K}}}
-\newcommand{\N}{\mathop{\mathbb{N}}}
-\newcommand{\Z}{\mathop{\mathbb{Z}}}
-\newcommand{\Prim}{\mathop{\mathbb{P}}}
-\newcommand{\Q}{\mathop{\mathbb{Q}}}
-\newcommand{\sB}{\mathop{\mathscr{B}}}
-\newcommand{\sG}{\mathop{\mathscr{G}}}
-\newcommand{\sP}{\mathop{\mathscr{P}}}
-\newcommand{\sT}{\mathop{\mathscr{T}}}
-\newcommand{\sL}{\mathop{\mathscr{L}}}
+\newcommand{\Pol}{\text{Pol}}
+\newcommand{\ggT}{\text{ggT}}
+\newcommand{\Hom}{\text{Hom}}
+\newcommand{\End}{\text{End}}
+\newcommand{\Alt}{\text{Alt}}
+\newcommand{\sgn}{\text{sgn}}
+\newcommand{\Det}{\text{Det}}
+\newcommand{\Sym}{\text{Sym}}
+\newcommand{\spec}{\text{spec}}
+\newcommand{\Id}{\text{Id}}
+\newcommand{\GL}{\text{GL}}
+\newcommand{\diag}{\text{diag}}
+\newcommand{\K}{\mathbb{K}}
+\newcommand{\N}{\mathbb{N}}
+\newcommand{\Z}{\mathbb{Z}}
+\newcommand{\Prim}{\mathbb{P}}
+\newcommand{\Q}{\mathbb{Q}}
+\newcommand{\sB}{\mathscr{B}}
+\newcommand{\sG}{\mathscr{G}}
+\newcommand{\sP}{\mathscr{P}}
+\newcommand{\sT}{\mathscr{T}}
+\newcommand{\sL}{\mathscr{L}}