diff options
| -rw-r--r-- | template_Mathstuff!.tex | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/template_Mathstuff!.tex b/template_Mathstuff!.tex index 73316f5..17363e5 100644 --- a/template_Mathstuff!.tex +++ b/template_Mathstuff!.tex @@ -39,6 +39,12 @@  	\ifthenelse{\isempty{#3}}{$\text{Let } \epsilon > {#2} \text{ be given}$\\\text{Choose $N = {#1}$\text{ Suppose $n > N$}}}  	{$\text{Let } \epsilon > {#2} \text{ be given}$\\\text{Choose $N = {#1}$\text{ Suppose $n > N  > {#3}$}}}   } +\newcommand{\ber}[1]{\text{Bernoulli}({#1})} +\newcommand{\bin}[2]{\text{Binomial}({#1}, {#2})} +\newcommand{\geo}[1]{\text{Geometric({#1})}} +\newcommand{\poi}[1]{\text{Poisson}({#1})} +\newcommand{\expp}[1]{\text{Exp}({#1})} +\newcommand{\unif}[1]{\text{Unif}({#1})}  \renewcommand*\env@matrix[1][*\c@MaxMatrixCols c]{%  	\hskip -\arraycolsep  	\let\@ifnextchar\new@ifnextchar | 
