zwischenstand, +makeindex"
[bachelor-thesis/written-stuff.git] / Ausarbeitung / main.tex
index bde1edb..c165562 100644 (file)
@@ -2,13 +2,15 @@
 \usepackage[utf8x]{inputenc}
 \usepackage[T1]{fontenc}
 \usepackage[ngerman,english]{babel}
-\usepackage{hyperref,color,url,acronym,graphicx}
+\usepackage{hyperref,color,url,acronym,graphicx,makeidx,amsfonts}
 
 % FIXME hyperref setup
 
+\makeindex
+
 \newcommand{\todo}[1]{\textcolor{red}{\index{Todo}\LARGE TODO:~#1}}
-\newcommand{\definition}[1]{#1} % FIXME: add to glossary and/or index
-\newcommand{\cmd}[1]{\texttt{#1}} % FIXME: add to glossary and/or index
+\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
 
 \author{Roland Hieber}
 \title{Error modeling of an autonomous, mobile robot}
@@ -66,6 +68,7 @@ Braunschweig, den \today
  \acro{GPS}{Global Positioning System}
  \acro{USB}{Universal Serial Bus}
  \acro{SVN}{Subversion}
+ \acro{GNU}{GNU's Not Unix}
 \end{acronym}
 
 \pagenumbering{arabic}
@@ -80,6 +83,8 @@ Braunschweig, den \today
 \input{conclusion}
 \input{implementation}
 
+\printindex
+
 \bibliographystyle{plain}
 \bibliography{biblio}
 
This page took 0.026631 seconds and 4 git commands to generate.