diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-06-09 15:27:14 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-06-09 15:27:14 -0500 |
| commit | 2488deff02737330ff4f355746be2b49492ac3dc (patch) | |
| tree | 6e114f541c433549f27f3e6419145441ce64d819 /paper/preview.tex | |
| parent | ff15a76f241e3beb84b203aa6d530e07a0127fd3 (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/preview.tex')
| -rw-r--r-- | paper/preview.tex | 22 |
1 files changed, 22 insertions, 0 deletions
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} |
