2021-04-30 11:41:19 +02:00
|
|
|
\title{ {{ cookiecutter.paper_title }} }
|
|
|
|
|
|
|
|
% The \author macro works with any number of authors. There are two commands
|
|
|
|
% used to separate the names and addresses of multiple authors: \And and \AND.
|
|
|
|
%
|
|
|
|
% Using \And between authors leaves it to LaTeX to determine where to break the
|
|
|
|
% lines. Using \AND forces a line break at that point. So, if LaTeX puts 3 of 4
|
|
|
|
% authors names on the first line, and the last on the second line, try using
|
|
|
|
% \AND instead of \And before the third author name.
|
|
|
|
|
2021-04-30 11:55:33 +02:00
|
|
|
\author{ {{cookiecutter.main_contributor_name}}\thanks{Use footnote for providing further information
|
2021-04-30 11:41:19 +02:00
|
|
|
about author (webpage, alternative address)---\emph{not} for acknowledging
|
|
|
|
funding agencies.} \\
|
|
|
|
Department of Computer Science\\
|
|
|
|
Cranberry-Lemon University\\
|
|
|
|
Pittsburgh, PA 15213 \\
|
|
|
|
\texttt{hippo@cs.cranberry-lemon.edu} \\
|
|
|
|
% examples of more authors
|
|
|
|
% \And
|
|
|
|
% Coauthor \\
|
|
|
|
% Affiliation \\
|
|
|
|
% Address \\
|
|
|
|
% \texttt{email} \\
|
|
|
|
% \AND
|
|
|
|
% Coauthor \\
|
|
|
|
% Affiliation \\
|
|
|
|
% Address \\
|
|
|
|
% \texttt{email} \\
|
|
|
|
% \And
|
|
|
|
% Coauthor \\
|
|
|
|
% Affiliation \\
|
|
|
|
% Address \\
|
|
|
|
% \texttt{email} \\
|
|
|
|
% \And
|
|
|
|
% Coauthor \\
|
|
|
|
% Affiliation \\
|
|
|
|
% Address \\
|
|
|
|
% \texttt{email} \\
|
|
|
|
}
|