]> rtime.felk.cvut.cz Git - modosist/iidtitlepage.git/blob - title_page.tex
d404169c72898e0613cfe61337b3601b9919f310
[modosist/iidtitlepage.git] / title_page.tex
1 % DO NOT CHANGE THIS!
2 \documentclass[a4paper,12pt]{article}
3
4 % Select the journal template for your manuscript.
5 % Options: elsevier, ieee, springer, acm
6 \usepackage[elsevier]{iidtitlepage}
7
8 % Mandatory: The title of the manuscript.
9 \title{An example title page using \texttt{iidtitlepage} package}
10
11 % Mandatory: the authors. Will appear on the title page exactly as provided to the command.
12 \author{Pál Erdős and Vašek Chvátal}
13
14 % Optional (mandatory for ACM style): DOI of the journal article.
15 \IidTitlePageDoi{https://doi.org/10.1007/s10479-016-2184-6}
16
17 % Mandatory only for ACM style: Source publication
18 \IidPublishedIn{Sample publication}
19
20 % Mandatory: year when the manuscript was produced.
21 \IidTitlePageYear{2017}
22
23 % Optional: link to the corresponding source codes (e.g., for algorithm described in the manuscript).
24 \IidTitlePageSourceCodes{https://github.com/torvalds/linux}
25
26 % Mandatory: bibtex entry that represents the citation to the manuscript. To change the citation, modify bibfile.bib file.
27 \IidTitlePageCiteAs{manuscript}
28
29 % Generates the title page.
30 \begin{document}
31 \IidTitlePage{}
32 \end{document}