2013-08-28 17:46:02 +02:00

98 lines
2.7 KiB
TeX

\documentclass[article,type=bsc,colorback,accentcolor=tud9d]{tudthesis}
%\usepackage{ngerman}
\usepackage[T1]{fontenc}
\usepackage[ngerman]{babel}
\usepackage{amsmath}
\usepackage{listings}
\usepackage{hyperref}
\usepackage{datatool}
\usepackage{glossaries}
\usepackage{makeidx}
\makeglossaries
\makeindex
\usepackage{subfigure}
\usepackage{wrapfig}
%\usepackage{natbib}
\newcommand{\getmydate}{%
\ifcase\month%
\or Januar\or Februar\or M\"arz%
\or April\or Mai\or Juni\or Juli%
\or August\or September\or Oktober%
\or November\or Dezember%
\fi\ \number\year %
}
\renewcommand*{\glossaryname}{Glossar}
\deftranslation{Glossary}{Glossar}
%listing options
\lstset{frame=single,language=java,numbers=left,numberstyle=\tiny\color{gray},numberbychapter=t,frame=shadowbox,rulesepcolor=\color{gray},tabsize=2}
%matrix
\setcounter{MaxMatrixCols}{20}
\begin{document}
%Title etc für TUD Design
\thesistitle {Datengetriebene Verkehrsmodellierung mit Induktionsschleifen}%
{Data-driven Traffic Modelling using Inductive Loops}
\author{Ulf Gebhardt}
\referee{Prof. Dr. Max M"uhlh"auser}{Dr. Immanuel Schweizer}
\department{Fachbereich Informatik}
\group{Telekooperation}
\dateofexam{30. August 2013}{30. August 2013}
\makethesistitle
%Eigenständige Arbeit Text
\affidavit[30. August 2013]{Ulf Gebhardt}
\newpage
\setcounter{page}{1}
\input{tex/glossar}
%abstract
\input{tex/uebersicht}
%Inhaltsverzeichnis
\addtocounter{section}{1}
\addcontentsline{toc}{section}{\protect\numberline{\thesection}Inhaltsverzeichnis}
\tableofcontents
\newpage
%text
\input{tex/einleitung}
\input{tex/grundlagen}
\input{tex/daten}
\input{tex/modell}
\input{tex/berechnung}
\input{tex/validierung}
\input{tex/visualisierung}
\input{tex/ausblick}
%\textit{kursiv}
%\textsc{Autor}
%bib
\addtocounter{section}{1}
\addcontentsline{toc}{section}{\protect\numberline{\thesection}Bibliographie}
\bibliographystyle{is-abbrv}
\bibliography{bib/literature}
\newpage
%abbildungen
\addtocounter{section}{1}
\addcontentsline{toc}{section}{\protect\numberline{\thesection}Abbildungsverzeichnis}
\listoffigures
\newpage
%abbildungen
\addtocounter{section}{1}
\addcontentsline{toc}{section}{\protect\numberline{\thesection}Tabellenverzeichnis}
\listoftables
\newpage
%quellcode
\addtocounter{section}{1}
\addcontentsline{toc}{section}{\protect\numberline{\thesection}Quellcodeverzeichnis}
\lstlistoflistings
\newpage
\input{tex/anhang}
\newpage
%glosar
\addtocounter{section}{1}
\addcontentsline{toc}{section}{\protect\numberline{\thesection}Glossar}
\printglossaries
Alle hier aufgef"uhrte Definitionen entstammen der deutschen Online-Enzyklop\"adie Wikipedia.
\end{document}