1
This commit is contained in:
2023-05-14 18:35:25 +02:00
parent cef76df6d1
commit 685a56c648
4 changed files with 8 additions and 2 deletions

View File

@ -83,6 +83,9 @@
% Mengendefinition mit Trennstrich
\newcommand{\set}[2]{\left\lbrace#1\,\middle\vert\,#2\right\rbrace}
% Bedingte Wahrscheinlichkeit mit Trennstrich
% \newcommand{\prob}[2]{\left(#1\ \middle\vert\ #2\right)}
% Tupel / Vektor: (x_1, ..., x_n)
\newcommand{\tup}[2]{\pars{#1,\ldots,#2}}