This is my personal LaTeX template for writing papers. I originally created this template during my studies at HFU. It is inspired by the ASME Conference Paper template, see here.
Title, Subtitle & Type - Usage
To set the title use:
\setTitle{This is a very cool paper title}
Similarly the subtitle can be set like:
\setSubtitle{I am a subtitle}
Last but not least the document type is set with:
\setDoctype{Paper}
Authors - Usage
To print a list of authors use:
\setAuthors{
{John Doe, -, john.doe@example.com},
{Jane Doe, -, jane.doe@example.com},
{Catherine Parr, -, catherine.parr@example.com}
}
All provided names will be rendered as a grid table directly under the title (and subtitle).
Affiliations - Usage
\setAuthors{
{John Doe, 1, john.doe@example.com},
{Jane Doe, 2, jane.doe@example.com}
}
\setAffiliations{Fantasy University, A Very Real University}
All provided universities will be rendered under the grid table of authors with continuous numbering. Providing -
as
a second argument in the \setAuthors{}
command will hide the affiliation.