blob: 03e00ee5dc55c0b5a6bb83f6c62d2b5ce2f99964 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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}
|