-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwai.tex
56 lines (44 loc) · 1.39 KB
/
wai.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
46
47
48
49
50
51
52
53
54
55
56
\documentclass{llncs}
\usepackage{ulem}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{url}
\usepackage{hyperref}
\usepackage{todonotes}
%*************************************************************************
% Note: Make all your adjustments in here
%*************************************************************************
\input{wai_config}
\author{\myName}
\title{\myTitle}
\institute{\myUni\linebreak\myFaculty\linebreak\myModul}
%*************************************************************************
% Note: GO GO GO GO
% Put all your chapters in separeted files in the subfolder 'chapter' and include them \include
%*************************************************************************
\begin{document}
\maketitle
%Abstract
%\input{chapters/abstract}
%Einleitung
%\input{chapters/einleitung}
%Einführung
%\input{chapters/einführung}
%Inhalt
%\input{chapters/mom}
%Ergebnisse
%\input{chapters/ergebnisse}
%Related Work -> Wenn nicht mit in die Einleitung gepackt oder vor der Einführung
%\input{chapters/rel_work}
%Zusammenfassung
%\input{chapters/zsm}
%*************************************************************************
% Note: Your main Bibliographies
%*************************************************************************
\bibliography{wai}
\bibliographystyle{splncs04}
\nocite{*}
\end{document}