]> rtime.felk.cvut.cz Git - modosist/iidtitlepage.git/blob - title_page.tex
Add missing url package
[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 % Default is elsevier which is good for other publishers, too.
7 \usepackage[elsevier]{iidtitlepage}
8
9 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
10 % The following are *mandatory* settings:
11
12 % The title of the manuscript:
13 \title{An example title page using \texttt{iidtitlepage} package}
14
15 % The authors. Appears on the title page exactly as provided:
16 \author{Pál Erdős and Vašek Chvátal}
17
18 % Year when the manuscript was produced:
19 \IidTitlePageYear{2017}
20
21 % Only for ACM -- Source publication:
22 \IidPublishedIn{Sample publication}
23
24 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
25 % The following are *optional* settings,
26 % feel free to comment when appropriate:
27
28 % Mandatory for ACM style -- DOI of the journal article:
29 \IidTitlePageDoi{https://doi.org/10.1007/s10479-016-2184-6}
30
31 % Link to the corresponding source codes (e.g., for algorithm described
32 % in the manuscript).
33 \IidTitlePageSourceCodes{https://github.com/torvalds/linux}
34
35 % Link to video
36 \IidTitlePageVideoLink{https://www.youtube.com/watch?v=u_Vqfd5Cn8Q}
37
38 % Bibtex entry that represents the citation to the manuscript. To change
39 % the citation, modify bibfile.bib file. When commented, title page
40 % build fails with "I found no \citation commands" -- feel free to
41 % ignore the error until your paper is accepted.
42 \IidTitlePageCiteAs{manuscript}
43
44 % Generates the title page.
45 \begin{document}
46 \IidTitlePage{}
47 \end{document}