Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 1.54 KB

File metadata and controls

59 lines (40 loc) · 1.54 KB

paper-template

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.

Usage

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}

Title Example

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}
}

Authors Example

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}

Affiliation Example

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.