{% raw %} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % [paper-cutter clarifications] % % DO NOT EDIT THIS FILE (unless you know what you are doing). % THIS IS A FILE SUPPLIED BY THE TEMPLATE. % PLEASE EDIT main.tex INSTEAD. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % based on https://media.neurips.cc/Conferences/NeurIPS2021/Styles/neurips_2021.tex \documentclass{article} % if you need to pass options to natbib, use, e.g.: % \PassOptionsToPackage{numbers, compress}{natbib} % before loading neurips_2021 % ready for submission \usepackage{neurips_2021} % to compile a preprint version, e.g., for submission to arXiv, add add the % [preprint] option: % \usepackage[preprint]{neurips_2021} % to compile a camera-ready version, add the [final] option, e.g.: % \usepackage[final]{neurips_2021} % to avoid loading the natbib package, add option nonatbib: % \usepackage[nonatbib]{neurips_2021} \usepackage[utf8]{inputenc} % allow utf-8 input \usepackage[T1]{fontenc} % use 8-bit T1 fonts \usepackage{hyperref} % hyperlinks \usepackage{url} % simple URL typesetting \usepackage{booktabs} % professional-quality tables \usepackage{amsfonts} % blackboard math symbols \usepackage{nicefrac} % compact symbols for 1/2, etc. \usepackage{microtype} % microtypography \usepackage{xcolor} % colors \newcommand\bycite[1]{by~\cite{#1}} \input{config} \input{extras} \input{preamble} \input{metadata} \begin{document} \maketitle \begin{abstract} \input{abstract} \end{abstract} \input{main} \bibliography{bibliography} \bibliographystyle{abbrv} \input{checklist.tex} \ifwithappendix \appendix \section{Appendix} \input{appendix} \fi \end{document} {% endraw %}