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,makeidx,amsfonts
}
11 \newcommand{\todo}[1]{\textcolor{red
}{\index{Todo
}\LARGE TODO:~
#1}}
12 \newcommand{\definition}[1]{#1\index{#1}} % FIXME: add to glossary and/or index
13 \newcommand{\cmd}[1]{\texttt{#1}\index{#1}} % FIXME: add to glossary and/or
15 \author{Roland Hieber
}
16 \title{Error modeling of an autonomous, mobile robot
}
25 {\large Braunschweig University of Technology
}\\
26 {\large Institute of Operating Systems and Computer Networks
}\\
[2cm
]
27 {\large Bachelor Thesis
}\\
[2cm
]
31 {\large \@author
}\\
[7em
]
32 {\large \bf Thesis Advisor:
}\\
[.5em
]
33 {\large Prof. Dr. S\'andor Fekete
}\\
36 {\large Braunschweig -
\today}
44 \selectlanguage{ngerman}
46 \centerline{\bf Erklärung
}
48 Ich versichere, die vorliegende Arbeit selbstständig und nur unter Benutzung
49 der angegebenen Hilfsmittel angefertigt zu haben.
52 Braunschweig, den
\today
54 \selectlanguage{english
}
66 \chapter*
{Table of Acronyms
}
68 \acro{GPS
}{Global Positioning System
}
69 \acro{USB
}{Universal Serial Bus
}
70 \acro{SVN
}{Subversion
}
71 \acro{GNU
}{GNU's Not Unix
}
74 \pagenumbering{arabic
}
84 \input{implementation
}
88 \bibliographystyle{plain
}