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}
9 \newcommand{\todo}[1]{\textcolor{red
}{\index{Todo
}\LARGE TODO:~
#1}}
10 \newcommand{\definition}[1]{#1} % FIXME: add to glossary and/or index
11 \newcommand{\cmd}[1]{\texttt{#1}} % FIXME: add to glossary and/or index
13 \author{Roland Hieber
}
14 \title{Error modeling of an autonomous, mobile robot
}
23 {\large Braunschweig University of Technology
}\\
24 {\large Institute of Operating Systems and Computer Networks
}\\
[2cm
]
25 {\large Bachelor Thesis
}\\
[2cm
]
29 {\large \@author
}\\
[7em
]
30 {\large \bf Thesis Advisor:
}\\
[.5em
]
31 {\large Prof. Dr. S\'andor Fekete
}\\
34 {\large Braunschweig -
\today}
42 \selectlanguage{ngerman}
44 \centerline{\bf Erklärung
}
46 Ich versichere, die vorliegende Arbeit selbstständig und nur unter Benutzung
47 der angegebenen Hilfsmittel angefertigt zu haben.
50 Braunschweig, den
\today
52 \selectlanguage{english
}
64 \chapter*
{Table of Acronyms
}
66 \acro{GPS
}{Global Positioning System
}
67 \acro{USB
}{Universal Serial Bus
}
68 \acro{SVN
}{Subversion
}
71 \pagenumbering{arabic
}
81 \input{implementation
}
83 \bibliographystyle{plain
}