Skip to content

Techassi/paper-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This is my personal LaTeX template for writing papers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages