Fix NeurIPS template

This commit is contained in:
Filip Gralinski 2021-04-30 11:45:57 +02:00
parent b474296bb9
commit 3eb78bb16d

View File

@ -1,4 +1,3 @@
\title{ {{ cookiecutter.paper_title }} } \title{ {{ cookiecutter.paper_title }} }
% The \author macro works with any number of authors. There are two commands % The \author macro works with any number of authors. There are two commands
@ -9,8 +8,11 @@
% authors names on the first line, and the last on the second line, try using % authors names on the first line, and the last on the second line, try using
% \AND instead of \And before the third author name. % \AND instead of \And before the third author name.
{% raw %}
\author{% \author{%
{% endraw %}
{{cookiecutter.main_contributor_name}}\thanks{Use footnote for providing further information {{cookiecutter.main_contributor_name}}\thanks{Use footnote for providing further information
{% raw %}
about author (webpage, alternative address)---\emph{not} for acknowledging about author (webpage, alternative address)---\emph{not} for acknowledging
funding agencies.} \\ funding agencies.} \\
Department of Computer Science\\ Department of Computer Science\\
@ -39,3 +41,4 @@
% Address \\ % Address \\
% \texttt{email} \\ % \texttt{email} \\
} }
{% endraw %}