diff options
Diffstat (limited to 'paper.tex')
-rw-r--r-- | paper.tex | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -25,6 +25,22 @@ \input{tex/src/preamble-pgfplots.tex} \input{tex/src/preamble-necessary.tex} +%% Title and author information. For a more fine-grained control of the +%% headers including author name, or paper info, see +%% `tex/src/preamble-header.tex'. Note that if you plan to use a journal's +%% LaTeX style file, you will probably not need to set them, and can also +%% replace this "Title and author information" section with the journal's +%% preferred format. +\title{\large \uppercase{The paper's title goes here}} +\author[1]{Your name} +\author[2]{Coauthor one} +\author[1,3]{Coauthor two} +\affil[1]{The first affiliation in the list.; \url{your@email.address}} +\affil[2]{Another affilation can be put here.} +\affil[3]{And generally as many affiliations as you like. +\par \emph{Received YYYY MM DD; accepted YYYY MM DD; published YYYY MM DD}} +\date{} + |