]> www.fi.muni.cz Git - pan12-paper.git/blob - pan12-abstract-template/pan12-abstract-template.tex
Imported the official template
[pan12-paper.git] / pan12-abstract-template / pan12-abstract-template.tex
1 \documentclass{llncs}
2 \usepackage[american]{babel}
3 \usepackage[T1]{fontenc}
4 \usepackage{times}
5 \usepackage{graphicx}
6
7 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
8 \begin{document}
9
10 \title{Your Title}
11
12 \author{Author One \and Author Two \and ... \and Author N}
13 \institute{Affiliation \\
14 E-Mail}
15
16 \maketitle
17
18 \paragraph{Extended Abstract}
19
20 Please describe your approach to solve the problem in detail, mentioning all the technologies, algorithms, features, and parameters as well as how you adjusted them and how they are combined into a process. Please do not exceed 2 pages. An introduction or a conclusion may be omitted for brevity.
21
22 Your abstract will be peer-reviewed for quality. Based upon the review and your performance in the competition, we will decide how long your the notebook paper shall be, and what kind of presentation at the conference is expected of you.
23
24
25 \bibliographystyle{splncs03}
26 \begin{raggedright}
27 \bibliography{}
28 \end{raggedright}
29
30 \end{document}
31
32
33 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
34