diff options
| author | Josh <eeei3.joshua0307lol@gmail.com> | 2024-10-29 22:28:50 -0400 | 
|---|---|---|
| committer | Josh <eeei3.joshua0307lol@gmail.com> | 2024-10-29 22:28:50 -0400 | 
| commit | 6abb6aba64587961dbfaaecec6a5bfaf80181e0b (patch) | |
| tree | 08e50ba6b7b13e275aa1276fdd370ea51965443c | |
| parent | 585632ed5ee72ed48e5928628b7115d088f0741d (diff) | |
not sure what changed
| -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 | 
