From 6abb6aba64587961dbfaaecec6a5bfaf80181e0b Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 29 Oct 2024 22:28:50 -0400 Subject: not sure what changed --- template_Mathstuff!.tex | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3