forked from krr-up/latex-paper-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
paper.tex
45 lines (33 loc) · 1.14 KB
/
paper.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
39
40
41
42
43
44
45
\documentclass[a4paper]{article} %%% uncomment for LLNCS
% \documentclass[runningheads]{include/llncs/llncs} %%% LLNCS
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{microtype}
\usepackage{biblatex} %%% uncomment for LLNCS
\usepackage{url}\urlstyle{tt}
\usepackage{comments}
\bibliography{include/bibliography/krr,include/bibliography/procs} %%% uncomment for LLNCS
\begin{document}
\title{Paper Template}
\author{%
Author\\
University of Klagenfurt, Austria
% Graz University of Technology, Austria
% University of Potsdam, Germany
} %%% uncomment for LLNCS
% \author{Author1\inst{1} \and Author2\inst{2,3}} %%% LLNCS
% \authorrunning{Author} %%% LLNCS
% \institute{University of Klagenfurt, Austria \and
% Graz University of Technology, Austria \and
% University of Potsdam, Germany} %%% LLNCS
\maketitle
\input{abstract}
\input{introduction}
\input{background}
\input{approach}
\input{discussion}
% \bibliographystyle{include/llncs/splncs04} %%% LLNCS
% \bibliography{include/bibliography/krr,include/bibliography/procs} %%% LLNCS
\printbibliography{} %%% uncomment for LLNCS
\end{document}