From 2488deff02737330ff4f355746be2b49492ac3dc Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Tue, 9 Jun 2026 15:27:14 -0500 Subject: 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 --- paper/defs.tex | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 paper/defs.tex (limited to 'paper/defs.tex') 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}}} -- cgit v1.2.3