"hacked" version, now with graphics
[bachelor-thesis/written-stuff.git] / Ausarbeitung / main.tex
1 \documentclass[a4paper,11pt,bibliography=totoc,twoside]{scrbook}
2 \usepackage[utf8x]{inputenc}
3 \usepackage[T1]{fontenc}
4 \usepackage[ngerman,english]{babel}
5 \usepackage{hyperref,color,url,acronym,graphicx}
6
7 % FIXME hyperref setup
8
9 \newcommand{\todo}[1][\ldots]{\textcolor{red}{\index{Todo}\LARGE TODO:~#1}}
10 \newcommand{\definition}[1]{#1} % FIXME: add to glossary and/or index
11
12 % \begin{acronym}
13 % \acronym{GPS}{Global Positioning System}
14 % \end{acronym}
15
16 \author{Roland Hieber}
17 \title{Error modeling of an autonomous, mobile robot}
18 % \date{July 9, 2011}
19
20 \begin{document}
21 \begin{titlepage}
22 \vskip 60pt
23 \makeatletter
24 \begin{center}
25 {\large Braunschweig University of Technology}\\
26 {\large Institute of Operating Systems and Computer Networks}\\[2cm]
27 {\large Bachelor Thesis}\\[2cm]
28 {\LARGE \@title \par}
29 \vskip 6em
30 {\large by}\\[.5em]
31 {\large \@author}\\[7em]
32 {\large \bf Thesis Advisor:}\\[.5em]
33 {\large Prof. Dr. S\'andor Fekete}\\
34 \par
35 \vfill
36 {\large Braunschweig - \today}
37 \end{center}
38 \makeatother
39 % \par
40 % thanks?
41 \end{titlepage}
42 \cleardoublepage
43
44 \selectlanguage{ngerman}
45 \vspace*{7cm}
46 \centerline{\bf Erklärung}
47 \vspace*{1cm}
48 Ich versichere, die vorliegende Arbeit selbstständig und nur unter Benutzung
49 der angegebenen Hilfsmittel angefertigt zu haben.
50
51 \vspace*{3cm}
52 Braunschweig, den \today
53
54 \selectlanguage{english}
55 \pagestyle{headings}
56 \cleardoublepage
57
58 % FIXME abstract
59
60 \tableofcontents
61 \cleardoublepage
62 % \listoffigures
63 % \cleardoublepage
64 % \listoftables
65 % \cleardoublepage
66 \pagenumbering{arabic}
67 \pagestyle{headings}
68
69 % chapters
70 \input{introduction}
71 \input{preliminaries}
72 \input{experiment1}
73 \input{experiment2}
74 \input{experiment3}
75 \input{conclusion}
76 \input{implementation}
77
78 \bibliographystyle{plain}
79 \bibliography{biblio}
80
81 \end{document}
This page took 0.054657 seconds and 5 git commands to generate.