summaryrefslogtreecommitdiff
path: root/paper/defs.tex
diff options
context:
space:
mode:
authorYurenHao0426 <Blackhao0426@gmail.com>2026-06-09 15:27:14 -0500
committerYurenHao0426 <Blackhao0426@gmail.com>2026-06-09 15:27:14 -0500
commit2488deff02737330ff4f355746be2b49492ac3dc (patch)
tree6e114f541c433549f27f3e6419145441ce64d819 /paper/defs.tex
parentff15a76f241e3beb84b203aa6d530e07a0127fd3 (diff)
Add AAAI-27 paper scaffolding
main.tex (AuthorKit 27 wrapper), preview.tex (kit-free preview build), shared defs. body.tex is a draft to be REWRITTEN from the evidence ledger (notes/36): it omits most of the validation chain and cites the retired closed-form number; do not treat its content as authoritative. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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}}}