]> rtime.felk.cvut.cz Git - modosist/iidtitlepage.git/blob - title_page.tex
Add Makefile
[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
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: DOI of the journal article.
15 \IidTitlePageDoi{https://doi.org/10.1007/s10479-016-2184-6}
16
17 % Mandatory: year when the manuscript was produced.
18 \IidTitlePageYear{2017}
19
20 % Optional: link to the corresponding source codes (e.g., for algorithm described in the manuscript).
21 \IidTitlePageSourceCodes{https://github.com/torvalds/linux}
22
23 % Mandatory: bibtex entry that represents the citation to the manuscript. To change the citation, modify bibfile.bib file.
24 \IidTitlePageCiteAs{manuscript}
25
26 % Generates the title page.
27 \begin{document}
28 \IidTitlePage{}
29 \end{document}