-
Notifications
You must be signed in to change notification settings - Fork 1
/
article_preprint.tex
38 lines (30 loc) · 1.03 KB
/
article_preprint.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
% This is the preprint template.
% Check the out the preprint process on
% https://isgroup.atlassian.net/wiki/spaces/ISG/pages/2818051/After+your+Paper+was+Accepted+Publishing+a+Paper+on+our+Website
% before editing this file.
% If you can not access the wikipage talk to Moritz (current contact information on schubotz.org).
\documentclass{article}
\RequirePackage{filecontents}
\PassOptionsToPackage{dvipsnames}{xcolor}
\RequirePackage{comgipp}
\RequirePackage{amsfonts}
\RequirePackage{amsmath}
\RequirePackage{authblk}
\input{header.tex}
\input{07_reference.tex}
\addbibresource{references.bib}
\title{test}
% Change authors in 05_llncs_authors.tex for the preprint please.
%\input{05_llncs_authors.tex}
% Note that each template has very specific requirements on author formatting.
\begin{document}
\maketitle
\thispagestyle{firststyle}
\begin{abstract}
\input{02_abstract.tex}
\end{abstract}
\input{03_mainmatter.tex}
\input{06_llncs_acknowledgements.tex}
\printbibliography[notcategory=preprintref]
\end{document}
\endinput