1 \documentclass[bibtotoc,idxtotoc,twoside,titlepage=yes,
a4paper,
11pt
]{scrbook
}
2 \usepackage[utf8x
]{inputenc}
3 \usepackage[T1]{fontenc}
5 \usepackage[ngerman,english
]{babel
}
6 \usepackage{makeidx
}%,showidx}
7 \usepackage{hyperref,
color,url,acronym,
graphicx,amsfonts,amsmath
}
8 \usepackage{sidecap
} % for SCfigure environment
11 \usepackage{geometry
} %% use local copy for \newgeometry
12 \usepackage{showframe
} %% FIXME
16 % \newcommand{\todo}[1]{\textcolor{red}{\index{Todo}\LARGE TODO:~#1}}
17 \newcommand{\definition}[1]{\textit{#1}\index{#1}}
18 \newcommand{\cmd}[1]{\texttt{#1}\index{#1 (command)
}}
19 \newcommand{\prog}[1]{\texttt{#1}\index{#1 (program)
}}
20 \newcommand{\code}[1]{\texttt{#1}}
21 \newcommand{\class}[1]{\code{#1}\index{#1 (class)
}}
22 \newcommand{\file}[1]{\texttt{#1}\index{#1 (file)
}}
23 \newcommand{\filepath}[1]{\texttt{#1}}
24 \newcommand{\magicvalue}[1]{\code{#1}}
25 \newcommand{\opcode}[1]{\ac{opcode
} \magicvalue{#1}}
27 % ignore output, but evaluate command with side-effects
28 \newsavebox{\trashbox}
29 \newcommand{\ignoreoutput}[1]{\setbox\trashbox\vbox{#1}}
31 \author{Roland Hieber
}
32 \title{Error modeling of an autonomous, mobile robot
}
37 colorlinks=false,
% FIXME turn of for printing
47 \newgeometry{left=
0.5cm,right=
0.5cm
}
52 {\large Braunschweig University of Technology
}\\
53 {\large Institute of Operating Systems and Computer Networks
}\\
[2cm
]
54 {\large Bachelor Thesis
}\\
[2cm
]
58 {\large \@author
}\\
[7em
]
59 {\large \bf Thesis Advisors:
}\\
[.5em
]
60 {\large Prof.~Dr.~S\'andor Fekete
}\\
61 {\large Dr.~Alexander Kröeller
}\\
62 {\large Dipl-Inf.~Tobias Baumgartner
}\\
65 {\large Braunschweig -
\today}
74 \selectlanguage{ngerman}
76 \centerline{\bf Erklärung
}
78 Ich versichere, die vorliegende Arbeit selbstständig und nur unter Benutzung
79 der angegebenen Hilfsmittel angefertigt zu haben.
82 Braunschweig, den
\today
84 \selectlanguage{english
}
85 % \pagestyle{headings}
94 % \pagenumbering{arabic}
95 % \pagestyle{headings}
110 \input{preliminaries
}
115 \input{implementation
}
117 %\addcontentsline{toc}{chapter}{Index}
120 \bibliographystyle{alpha
}
121 \bibliography{biblio
}
122 \nocite{hacking-roomba
}