]> www.fi.muni.cz Git - pan12-paper.git/blob - paper.tex
Prvni verze clanku do sborniku
[pan12-paper.git] / paper.tex
1 \documentclass{llncs}
2 \usepackage[american]{babel}
3 %\usepackage[T1]{fontenc}
4 \usepackage[utf8]{inputenc}
5 \usepackage{times}
6 \usepackage{graphicx}
7
8 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
9 \begin{document}
10
11 \title{Your Title}
12 %%% Please do not remove the subtitle.
13 \subtitle{Notebook for PAN at CLEF 2012}
14
15 \author{\v{S}imon Suchomel \and Jan Kasprzak \and Michal Brandejs}
16 \institute{Faculty of Informatics, Masaryk University \\
17 {\tt\{suchomel,kas,brandejs\}@fi.muni.cz}}
18
19 \maketitle
20
21 \begin{abstract}
22 Briefly describe the main ideas of your approach.
23 \end{abstract}
24
25
26 \section{Introduction}
27
28 The notebooks shall contain a full write-up of your approach, including all details necessary to reproduce your results.
29
30
31 \include{simon-searchengine}
32 \include{yenya-detailed}
33
34 \section{Conclusions}
35
36 Tady napsat zaver
37
38 \bibliographystyle{splncs03}
39 \begin{raggedright}
40 \bibliography{paper}
41 \end{raggedright}
42
43 \end{document}
44
45
46 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
47