69 lines
1.8 KiB
TeX
69 lines
1.8 KiB
TeX
{% raw %}
|
|
%%
|
|
%% The "title" command has an optional parameter,
|
|
%% allowing the author to define a "short title" to be used in page headers.
|
|
\title{The Name of the Title is Hope}
|
|
|
|
%%
|
|
%% The "author" command and its associated commands are used to define
|
|
%% the authors and their affiliations.
|
|
%% Of note is the shared affiliation of the first two authors, and the
|
|
%% "authornote" and "authornotemark" commands
|
|
%% used to denote shared contribution to the research.
|
|
\author{Ben Trovato}
|
|
\authornote{Both authors contributed equally to this research.}
|
|
\email{trovato@corporation.com}
|
|
\orcid{1234-5678-9012}
|
|
\author{G.K.M. Tobin}
|
|
\authornotemark[1]
|
|
\email{webmaster@marysville-ohio.com}
|
|
\affiliation{%
|
|
\institution{Institute for Clarity in Documentation}
|
|
\streetaddress{P.O. Box 1212}
|
|
\country{Ireland}
|
|
\city{Dublin}
|
|
\state{Ohio}
|
|
\postcode{43017-6221}
|
|
}
|
|
|
|
\author{Lars Th{\o}rv{\"a}ld}
|
|
\affiliation{%
|
|
\institution{The Th{\o}rv{\"a}ld Group}
|
|
\streetaddress{1 Th{\o}rv{\"a}ld Circle}
|
|
\city{Hekla}
|
|
\country{Iceland}}
|
|
\email{larst@affiliation.org}
|
|
|
|
\author{Valerie B\'eranger}
|
|
\affiliation{%
|
|
\institution{Inria Paris-Rocquencourt}
|
|
\city{Rocquencourt}
|
|
\country{France}
|
|
}
|
|
|
|
\author{Aparna Patel}
|
|
\affiliation{%
|
|
\institution{Rajiv Gandhi University}
|
|
\streetaddress{Rono-Hills}
|
|
\city{Doimukh}
|
|
\state{Arunachal Pradesh}
|
|
\country{India}}
|
|
|
|
\author{Huifen Chan}
|
|
\affiliation{%
|
|
\institution{Tsinghua University}
|
|
\streetaddress{30 Shuangqing Rd}
|
|
\city{Haidian Qu}
|
|
\state{Beijing Shi}
|
|
\country{China}}
|
|
|
|
|
|
%%
|
|
%% By default, the full list of authors will be used in the page
|
|
%% headers. Often, this list is too long, and will overlap
|
|
%% other information printed in the page headers. This command allows
|
|
%% the author to define a more concise list
|
|
%% of authors' names for this purpose.
|
|
\renewcommand{\shortauthors}{Trovato and Tobin, et al.}
|
|
{% endraw %}
|