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/preview.tex | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 paper/preview.tex (limited to 'paper/preview.tex') diff --git a/paper/preview.tex b/paper/preview.tex new file mode 100644 index 0000000..03e00ee --- /dev/null +++ b/paper/preview.tex @@ -0,0 +1,22 @@ +% ===================================================================== +% Generic two-column preview wrapper. Compiles WITHOUT the AAAI kit, so +% you can read the paper now: tectonic preview.tex +% Shares the exact body (body.tex) and macros (defs.tex) with the official +% AAAI version (main.tex). Layout differs from AAAI; content is identical. +% ===================================================================== +\documentclass[twocolumn,letterpaper,10pt]{article} +\usepackage[margin=0.7in]{geometry} +\usepackage{natbib} +\usepackage{microtype} + +\input{defs} + +\title{\bfseries What Does Random Feedback Cost?\\ +\large A Distributional Capacity and Operator-Gap Analysis of Feedback Alignment} +\author{Anonymous submission} +\date{} + +\begin{document} +\maketitle +\input{body} +\end{document} -- cgit v1.2.3