add back stuff,
This commit is contained in:
parent
8470ead61b
commit
b2296d33f0
1 changed files with 31 additions and 26 deletions
|
@ -12,7 +12,6 @@
|
||||||
%Packages
|
%Packages
|
||||||
\RequirePackage{amsmath}
|
\RequirePackage{amsmath}
|
||||||
|
|
||||||
|
|
||||||
%%%%%%%%%%% Operators
|
%%%%%%%%%%% Operators
|
||||||
%Basic commands
|
%Basic commands
|
||||||
\renewcommand\subset\subseteq
|
\renewcommand\subset\subseteq
|
||||||
|
@ -23,6 +22,7 @@
|
||||||
\let\ggT\relax\DeclareMathOperator{\ggT}{\ifenglish gcd \else ggT\fi}
|
\let\ggT\relax\DeclareMathOperator{\ggT}{\ifenglish gcd \else ggT\fi}
|
||||||
\let\kgV\relax\DeclareMathOperator{\kgV}{\ifenglish lcm \elese kgV\fi}
|
\let\kgV\relax\DeclareMathOperator{\kgV}{\ifenglish lcm \elese kgV\fi}
|
||||||
\DeclareMathOperator{\rhs}{RHS} %Right hand side
|
\DeclareMathOperator{\rhs}{RHS} %Right hand side
|
||||||
|
\DeclareMathOperator{\lhs}{LHS} %Left hand side
|
||||||
|
|
||||||
%Complex numbers
|
%Complex numbers
|
||||||
\DeclareMathOperator{\Impart}{Im}
|
\DeclareMathOperator{\Impart}{Im}
|
||||||
|
@ -37,6 +37,7 @@
|
||||||
\DeclareMathOperator{\coker}{coker}
|
\DeclareMathOperator{\coker}{coker}
|
||||||
\DeclareMathOperator{\rank}{rank}
|
\DeclareMathOperator{\rank}{rank}
|
||||||
\DeclareMathOperator{\Mat}{Mat}
|
\DeclareMathOperator{\Mat}{Mat}
|
||||||
|
\DeclareMathOperator{\ev}{ev}
|
||||||
|
|
||||||
%Algebra
|
%Algebra
|
||||||
\DeclareMathOperator{\Gal}{Gal}
|
\DeclareMathOperator{\Gal}{Gal}
|
||||||
|
@ -51,15 +52,6 @@
|
||||||
\DeclareMathOperator{\Fun}{Fun}
|
\DeclareMathOperator{\Fun}{Fun}
|
||||||
\newcommand{\tensor}{\otimes}
|
\newcommand{\tensor}{\otimes}
|
||||||
|
|
||||||
%Category Theory
|
|
||||||
\DeclareMathOperator{\Ob}{Ob}
|
|
||||||
\newcommand{\cat}[1]{ \mathscr{#1} }
|
|
||||||
\DeclareMathOperator{\Hom}{Hom}
|
|
||||||
\DeclareMathOperator{\Mor}{Mor}
|
|
||||||
\DeclareMathOperator{\End}{End}
|
|
||||||
\DeclareMathOperator{\opposite}{opp}
|
|
||||||
\newcommand\opp{^{\opposite}}
|
|
||||||
|
|
||||||
%Analysis
|
%Analysis
|
||||||
\DeclareMathOperator{\dx}{dx}
|
\DeclareMathOperator{\dx}{dx}
|
||||||
\DeclareMathOperator{\dy}{dy}
|
\DeclareMathOperator{\dy}{dy}
|
||||||
|
@ -68,34 +60,57 @@
|
||||||
|
|
||||||
%Sets
|
%Sets
|
||||||
\DeclareMathOperator{\conv}{conv}
|
\DeclareMathOperator{\conv}{conv}
|
||||||
\DeclareMathOperator{\cone}{cone}
|
|
||||||
\DeclareMathOperator{\dist}{dist}
|
\DeclareMathOperator{\dist}{dist}
|
||||||
\DeclareMathOperator{\diam}{diam}
|
\DeclareMathOperator{\diam}{diam}
|
||||||
|
|
||||||
%%Stochastic (Algorithmische Mathematik II)
|
%%Stochastic (Algorithmische Mathematik II)
|
||||||
\DeclareMathOperator\Bin{Bin}
|
\newcommand\distribution[1]{\operatorname{#1}}
|
||||||
\DeclareMathOperator\Ber{Ber}
|
\newcommand\DeclareDistribution[1]{\expandafter\def\csname #1\endcsname{\distribution{#1}}}
|
||||||
\DeclareMathOperator\Geo{Geo}
|
\DeclareDistribution{Bin}
|
||||||
\DeclareMathOperator\Poi{Poi}
|
\DeclareDistribution{Ber}
|
||||||
|
\DeclareDistribution{Geo}
|
||||||
|
\DeclareDistribution{Poi}
|
||||||
|
\DeclareDistribution{Unif}
|
||||||
\DeclareMathOperator{\Var}{Var}
|
\DeclareMathOperator{\Var}{Var}
|
||||||
|
\DeclareMathOperator{\Cov}{Cov}
|
||||||
|
|
||||||
%Topology
|
%Topology
|
||||||
\DeclareMathOperator\pr{pr}
|
\DeclareMathOperator\pr{pr}
|
||||||
\def\twedge{\vee}
|
\def\twedge{\vee}
|
||||||
\def\tsmash{\wedge}
|
\def\tsmash{\wedge}
|
||||||
|
|
||||||
|
%Category Theory
|
||||||
|
\DeclareMathOperator{\Ob}{Ob}
|
||||||
|
\newcommand{\cat}[1]{ \mathscr{#1} }
|
||||||
|
\DeclareMathOperator{\Hom}{Hom}
|
||||||
|
\DeclareMathOperator{\Mor}{Mor}
|
||||||
|
\DeclareMathOperator{\End}{End}
|
||||||
|
\DeclareMathOperator{\opposite}{\textbf{opp}}
|
||||||
|
\newcommand\opp{^{\opposite}}
|
||||||
|
\newcommand\op{^{\opposite}}
|
||||||
|
|
||||||
%Categories
|
%Categories
|
||||||
\newcommand\category[1]{\operatorname{\textbf{#1}}}
|
\newcommand\category[1]{\operatorname{\textbf{#1}}}
|
||||||
\newcommand\DeclareCategory[1]{\expandafter\def\csname #1\endcsname{\category{#1}}}
|
\newcommand\DeclareCategory[1]{\expandafter\def\csname #1\endcsname{\category{#1}}}
|
||||||
\DeclareCategory{Top}
|
\DeclareCategory{Top}
|
||||||
|
\DeclareCategory{hTop}
|
||||||
\DeclareCategory{Set}
|
\DeclareCategory{Set}
|
||||||
\DeclareCategory{CHaus}
|
\DeclareCategory{CHaus}
|
||||||
\DeclareCategory{Grp}
|
\DeclareCategory{Grp}
|
||||||
\DeclareCategory{Ab}
|
\DeclareCategory{Ab}
|
||||||
|
\DeclareCategory{CRing}
|
||||||
\DeclareCategory{Vect}
|
\DeclareCategory{Vect}
|
||||||
\DeclareCategory{Fin}
|
\DeclareCategory{Fin}
|
||||||
\DeclareCategory{Ab}
|
\DeclareCategory{Ab}
|
||||||
\def\op{^{\textbf{op}}}
|
\DeclareCategory{Cat}
|
||||||
|
\DeclareMathOperator{\colim}{colim}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
% Characteristic function
|
||||||
|
\newcommand*{\cfun}{\ensuremath{\mathbbm{1}}}
|
||||||
|
\newcommand*{\One}{\ensuremath{\mathbbm{1}}}
|
||||||
|
|
||||||
|
|
||||||
%Set theory
|
%Set theory
|
||||||
\DeclareMathOperator\card{card}
|
\DeclareMathOperator\card{card}
|
||||||
|
@ -103,13 +118,3 @@
|
||||||
\DeclareMathOperator\Ord{Ord}
|
\DeclareMathOperator\Ord{Ord}
|
||||||
\DeclareMathOperator\otp{otp}
|
\DeclareMathOperator\otp{otp}
|
||||||
\DeclareMathOperator\Card{Card}
|
\DeclareMathOperator\Card{Card}
|
||||||
|
|
||||||
% Characteristic function
|
|
||||||
\newcommand*{\cfun}{\ensuremath{\mathbbm{1}}}
|
|
||||||
\newcommand*{\One}{\ensuremath{\mathbbm{1}}}
|
|
||||||
|
|
||||||
|
|
||||||
\DeclareMathOperator\lhs{LHS}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue