simplifiy math operators
This commit is contained in:
parent
a5cff54b50
commit
a795279eb4
1 changed files with 24 additions and 24 deletions
|
|
@ -28,40 +28,40 @@
|
||||||
}
|
}
|
||||||
{}
|
{}
|
||||||
|
|
||||||
\newcommand{\seilpmi}{\ensuremath{\Longleftarrow}}
|
\newcommand{\seilpmi}{\Longleftarrow}
|
||||||
|
|
||||||
\newcommand{\NN}{\ensuremath{\mathbb{N}}}
|
\newcommand{\NN}{\mathbb{N}}
|
||||||
\newcommand{\ZZ}{\ensuremath{\mathbb{Z}}}
|
\newcommand{\ZZ}{\mathbb{Z}}
|
||||||
\newcommand{\QQ}{\ensuremath{\mathbb{Q}}}
|
\newcommand{\QQ}{\mathbb{Q}}
|
||||||
\newcommand{\RR}{\ensuremath{\mathbb{R}}}
|
\newcommand{\RR}{\mathbb{R}}
|
||||||
\newcommand{\CC}{\ensuremath{\mathbb{C}}}
|
\newcommand{\CC}{\mathbb{C}}
|
||||||
\newcommand{\PP}{\ensuremath{\mathbb{P}}}
|
\newcommand{\PP}{\mathbb{P}}
|
||||||
|
|
||||||
\newcommand{\Pe}{\ensuremath{\mathrm{P}}}
|
\newcommand{\Pe}{\mathrm{P}}
|
||||||
\newcommand{\NPe}{\ensuremath{\mathrm{NP}}}
|
\newcommand{\NPe}{\mathrm{NP}}
|
||||||
|
|
||||||
\newcommand{\Oh}{\ensuremath{\mathcal{O}}}
|
\newcommand{\Oh}{\mathcal{O}}
|
||||||
\newcommand{\oh}{\ensuremath{\scriptstyle{\mathcal{O}}}}
|
\newcommand{\oh}{\scriptstyle{\mathcal{O}}}
|
||||||
|
|
||||||
\newcommand{\Eh}{\ensuremath{\mathrm{E}}}
|
\newcommand{\Eh}{\mathop{\mathrm{E}}}
|
||||||
\newcommand{\Var}{\ensuremath{\mathrm{Var}}}
|
\newcommand{\Var}{\mathop{\mathrm{Var}}}
|
||||||
\newcommand{\pot}{\ensuremath{\mathcal{P}}}
|
\newcommand{\pot}{\mathop{\mathcal{P}}}
|
||||||
\newcommand{\argmax}{\ensuremath{\mathrm{arg\,max}}}
|
\newcommand{\argmax}{\mathop{\mathrm{arg\,max}}}
|
||||||
\newcommand{\argmin}{\ensuremath{\mathrm{arg\,min}}}
|
\newcommand{\argmin}{\mathop{\mathrm{arg\,min}}}
|
||||||
|
|
||||||
\newcommand{\parens}[1]{\ensuremath{\left(#1\right)}}
|
\newcommand{\parens}[1]{\left(#1\right)}
|
||||||
\newcommand{\brackets}[1]{\ensuremath{\left[#1\right]}}
|
\newcommand{\brackets}[1]{\left[#1\right]}
|
||||||
\newcommand{\braces}[1]{\ensuremath{\left\{#1\right\}}}
|
\newcommand{\braces}[1]{\left\{#1\right\}}
|
||||||
\newcommand{\angled}[1]{\ensuremath{\left\langle#1\right\rangle}}
|
\newcommand{\angled}[1]{\left\langle#1\right\rangle}
|
||||||
|
|
||||||
\newcommand{\tup}[1]{\parens{#1}}
|
\newcommand{\tup}[1]{\parens{#1}}
|
||||||
\newcommand{\ivl}[1]{\brackets{#1}}
|
\newcommand{\ivl}[1]{\brackets{#1}}
|
||||||
\newcommand{\set}[1]{\braces{#1}}
|
\newcommand{\set}[1]{\braces{#1}}
|
||||||
\newcommand{\arr}[1]{\angled{#1}}
|
\newcommand{\arr}[1]{\angled{#1}}
|
||||||
\newcommand{\abs}[1]{\ensuremath{\lvert#1\rvert}}
|
\newcommand{\abs}[1]{\lvert#1\rvert}
|
||||||
\newcommand{\norm}[1]{\ensuremath{\lVert#1\rVert}}
|
\newcommand{\norm}[1]{\lVert#1\rVert}
|
||||||
\newcommand{\ceil}[1]{\ensuremath{\lceil#1\rceil}}
|
\newcommand{\ceil}[1]{\lceil#1\rceil}
|
||||||
\newcommand{\floor}[1]{\ensuremath{\lfloor#1\rfloor}}
|
\newcommand{\floor}[1]{\lfloor#1\rfloor}
|
||||||
|
|
||||||
\newcommand{\alg}[2]{{\normalfont\scshape#1}{\normalfont(#2)}}
|
\newcommand{\alg}[2]{{\normalfont\scshape#1}{\normalfont(#2)}}
|
||||||
\newcommand{\algt}[1]{{\normalfont\scshape#1}}
|
\newcommand{\algt}[1]{{\normalfont\scshape#1}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue