]> www.fi.muni.cz Git - pan12-paper.git/blob - pan12-notebook-template/pan12-notebook-template.tex
Pridavam template pro finalni paper
[pan12-paper.git] / pan12-notebook-template / pan12-notebook-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 %%% Please do not remove the subtitle.
12 \subtitle{Notebook for PAN at CLEF 2012}
13
14 \author{Author One \and Author Two \and ... \and Author N}
15 \institute{Affiliation \\
16 E-Mail}
17
18 \maketitle
19
20 \begin{abstract}
21 Briefly describe the main ideas of your approach.
22 \end{abstract}
23
24
25 \section{Introduction}
26
27 The notebooks shall contain a full write-up of your approach, including all details necessary to reproduce your results.
28
29
30
31 \bibliographystyle{splncs03}
32 \begin{raggedright}
33 \bibliography{}
34 \end{raggedright}
35
36 \end{document}
37
38
39 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
40