templates/neurips2025/main.tex
templates/neurips2025/main.texBrowse 56 files
182 tokens
574 bytes
Token encoding: o200k_base
Snapshot 24fd22b
← Back to SKILL.md
1\documentclass{article}2 3\usepackage[nonatbib, final]{neurips}4\usepackage[numbers]{natbib}5 6\makeatletter7\renewcommand{\@noticestring}{8 \centering9 10}11\makeatother12 13\input{extra_pkgs}14 15\usepackage{physics}16\usepackage{mathtools}17\DeclarePairedDelimiter\p{(}{)}18\DeclarePairedDelimiter\n{|}{|}19\DeclarePairedDelimiter\B{[}{]}20 21\title{}22 23\author{24 Bojian Zheng \\25 University of Toronto \\26 \href{mailto:bojian@cs.toronto.edu}{bojian@cs.toronto.edu}27}28 29\begin{document}30 31\maketitle32 33 34 35% \bibliographystyle{plainnat}36% \bibliography{bibliography}37 38\end{document}39