diff options
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} |
