diff options
Diffstat (limited to 'paper/main.tex')
| -rw-r--r-- | paper/main.tex | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/paper/main.tex b/paper/main.tex new file mode 100644 index 0000000..8006ed0 --- /dev/null +++ b/paper/main.tex @@ -0,0 +1,45 @@ +% ===================================================================== +% AAAI AuthorKit 27 format. +% +% TO COMPILE: download the AuthorKit from https://aaai.org/authorkit27/ , +% place aaai27.sty (and aaai27.bst if you switch to a .bib) next to this +% file, then run: pdflatex main ; pdflatex main (or: tectonic main) +% +% aaai27.sty is distributed only inside the AuthorKit zip (not on CTAN), +% so it is not bundled here. The body lives in body.tex and is shared with +% preview.tex (a generic wrapper that compiles WITHOUT the kit, for a quick +% look: tectonic preview.tex). +% Figure: python scripts/closed_form_soft_ramp.py +% ===================================================================== +\documentclass[letterpaper]{article} % DO NOT CHANGE THIS +\usepackage[submission]{aaai27} % DO NOT CHANGE THIS +\usepackage{times} % DO NOT CHANGE THIS +\usepackage{helvet} % DO NOT CHANGE THIS +\usepackage{courier} % DO NOT CHANGE THIS +\usepackage[hyphens]{url} % DO NOT CHANGE THIS +\usepackage{graphicx} % DO NOT CHANGE THIS +\urlstyle{rm} % DO NOT CHANGE THIS +\def\UrlFont{\rm} % DO NOT CHANGE THIS +\usepackage{natbib} % DO NOT CHANGE THIS +\usepackage{caption} % DO NOT CHANGE THIS +\frenchspacing % DO NOT CHANGE THIS +\setlength{\pdfpagewidth}{8.5in} % DO NOT CHANGE THIS +\setlength{\pdfpageheight}{11in} % DO NOT CHANGE THIS + +\input{defs} + +\setcounter{secnumdepth}{2} % number sections so \ref{sec:...} resolves + +\pdfinfo{ +/TemplateVersion (2027.1) +} + +\title{What Does Random Feedback Cost?\\ +A Distributional Capacity and Operator-Gap Analysis of Feedback Alignment} +\author{Anonymous Submission} +\affiliations{Association for the Advancement of Artificial Intelligence} + +\begin{document} +\maketitle +\input{body} +\end{document} |
