summaryrefslogtreecommitdiff
path: root/paper/defs.tex
diff options
context:
space:
mode:
Diffstat (limited to 'paper/defs.tex')
-rw-r--r--paper/defs.tex22
1 files changed, 22 insertions, 0 deletions
diff --git a/paper/defs.tex b/paper/defs.tex
new file mode 100644
index 0000000..0f6d335
--- /dev/null
+++ b/paper/defs.tex
@@ -0,0 +1,22 @@
+% Shared macros and theorem environments for main.tex (AAAI) and preview.tex.
+\usepackage{amsmath,amssymb,amsthm}
+\usepackage{graphicx}
+\graphicspath{{../outputs/closed_form_soft_ramp/}}
+
+\theoremstyle{plain}
+\newtheorem{theorem}{Theorem}
+\newtheorem{proposition}{Proposition}
+\newtheorem{corollary}{Corollary}
+\theoremstyle{definition}
+\newtheorem{assumption}{Assumption}
+
+\newcommand{\takeaway}[1]{\par\smallskip\noindent\textbf{Takeaway.} \emph{#1}\par\smallskip}
+
+\newcommand{\R}{\mathbb{R}}
+\newcommand{\E}{\mathbb{E}}
+\renewcommand{\Pr}{\mathbb{P}}
+\newcommand{\vecop}{\mathrm{vec}}
+\newcommand{\Beta}{\mathrm{Beta}}
+\newcommand{\KBP}{K_{\mathrm{BP}}}
+\newcommand{\KFA}{K_{\mathrm{FA}}}
+\newcommand{\SFA}{S_{\mathrm{FA}}}