latex-setup

My personal LaTeX setup 🦁️⚙️

Commit
f630cf86d5ac22b22abc0f6255a88f26f2692cd4
Parent
86712273c4f81ac62b64dae9c358734efcb18175
Author
Pablo <pablo-escobar@riseup.net>
Date

Changed the notation of the category of smooth manifolds

Added a macro for quotients of right actions

Diffstat

1 file changed, 3 insertions, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified functional.sty 4 3 1
diff --git a/functional.sty b/functional.sty
@@ -25,6 +25,8 @@
   {\xlongrightarrow{\sim}}          % Isomorphism arrow
 \newcommand{\mfrac}[2]
   {\mathlarger{\sfrac{#1}{#2}}}     % Quotient object
+\newcommand{\wfrac}[2]
+  {\mathlarger{_{#2}\mkern-.5mu\backslash\mkern-2mu^{#1}}} % Quotient object
 
 % Function stuff
 \DeclareMathOperator{\dom}{dom}     % The domain of a morphism
@@ -54,7 +56,7 @@
 \newcategory{\LCGpr}{LCGpr}   % The category of locally compact groups
 \newcategory{\LCAb}{LCAb}     % The category of locally compact abelian groups
 \newcategory{\CAb}{CAb}       % The category of compact abelian groups
-\newcategory{\Diff}{Diff}     % The category of smooth manifilds
+\newcategory{\Mfd}{Mfd}       % The category of smooth manifilds
 \newcategory{\LieGrp}{LieGrp} % The category of Lie groups
 \newcategory{\LieAlg}{LieAlg} % The category of Lie algebras
 \newcategory{\Graph}{Graph}   % The category of graphs