checkpoint
[bachelor-thesis/written-stuff.git] / Ausarbeitung / main.tex
index c165562..5f3600b 100644 (file)
@@ -1,6 +1,7 @@
 \documentclass[a4paper,11pt,bibliography=totoc,twoside]{scrbook}
 \usepackage[utf8x]{inputenc}
 \usepackage[T1]{fontenc}
+\usepackage{ae}
 \usepackage[ngerman,english]{babel}
 \usepackage{hyperref,color,url,acronym,graphicx,makeidx,amsfonts}
 
@@ -9,8 +10,13 @@
 \makeindex
 
 \newcommand{\todo}[1]{\textcolor{red}{\index{Todo}\LARGE TODO:~#1}}
-\newcommand{\definition}[1]{#1\index{#1}} % FIXME: add to glossary and/or index
-\newcommand{\cmd}[1]{\texttt{#1}\index{#1}} % FIXME: add to glossary and/or
+\newcommand{\definition}[1]{\textit{#1}\index{#1}} % FIXME: add to glossary?
+\newcommand{\cmd}[1]{\texttt{#1}\index{#1}} % FIXME: add to glossary?
+\newcommand{\magicnumber}[1]{\texttt{#1}}
+
+% ignore output, but evaluate command with side-effects
+\newsavebox{\trashbox}
+\newcommand{\ignoreoutput}[1]{\setbox\trashbox\vbox{#1}}
 
 \author{Roland Hieber}
 \title{Error modeling of an autonomous, mobile robot}
@@ -55,7 +61,9 @@ Braunschweig, den \today
 \pagestyle{headings}
 \cleardoublepage
 
-% FIXME abstract
+% \begin{abstract}
+  \todo{abstract!!!}
+% \end{abstract}
 
 \tableofcontents
 \cleardoublepage
@@ -65,10 +73,12 @@ Braunschweig, den \today
 % \cleardoublepage
 \chapter*{Table of Acronyms}
 \begin{acronym}
+ \acro{GNU}{GNU's Not Unix}
  \acro{GPS}{Global Positioning System}
- \acro{USB}{Universal Serial Bus}
+ \acro{opcode}{operation code}
+ \acro{ROI}{Roomba Open Interface}
  \acro{SVN}{Subversion}
- \acro{GNU}{GNU's Not Unix}
+ \acro{USB}{Universal Serial Bus}
 \end{acronym}
 
 \pagenumbering{arabic}
@@ -83,9 +93,11 @@ Braunschweig, den \today
 \input{conclusion}
 \input{implementation}
 
+\addcontentsline{toc}{chapter}{Index}
 \printindex
 
-\bibliographystyle{plain}
+\bibliographystyle{alpha}
 \bibliography{biblio}
+\nocite{hacking-roomba}
 
 \end{document}
This page took 0.023138 seconds and 4 git commands to generate.