]> rtime.felk.cvut.cz Git - modosist/iidtitlepage.git/blobdiff - title_page.tex
Separate creating the title page and including it in manuscript
[modosist/iidtitlepage.git] / title_page.tex
diff --git a/title_page.tex b/title_page.tex
new file mode 100644 (file)
index 0000000..6f5ed52
--- /dev/null
@@ -0,0 +1,29 @@
+% DO NOT CHANGE THIS!
+\documentclass[a4paper,12pt]{article}
+
+% Select the journal template for your manuscript.
+% Options: elsevier, ieee, springer
+\usepackage[elsevier]{iidtitlepage}
+
+% Mandatory: The title of the manuscript.
+\title{An example title page using \texttt{iidtitlepage} package}
+
+% Mandatory: the authors. Will appear on the title page exactly as provided to the command.
+\author{Pál Erdős and Vašek Chvátal}
+
+% Optional: DOI of the journal article.
+\IidTitlePageDoi{https://doi.org/10.1007/s10479-016-2184-6}
+
+% Mandatory: year when the manuscript was produced.
+\IidTitlePageYear{2017}
+
+% Optional: link to the corresponding source codes (e.g., for algorithm described in the manuscript).
+\IidTitlePageSourceCodes{https://github.com/torvalds/linux}
+
+% Mandatory: bibtex entry that represents the citation to the manuscript. To change the citation, modify bibfile.bib file.
+\IidTitlePageCiteAs{manuscript}
+
+% Generates the title page.
+\begin{document}
+\IidTitlePage{}
+\end{document}