87 lines
2.3 KiB
TeX
87 lines
2.3 KiB
TeX
\documentclass[article,type=bsc,colorback,accentcolor=tud9d]{tudthesis}
|
|
%\usepackage{ngerman}
|
|
\usepackage[ngerman]{babel}
|
|
%\usepackage[ansinew]{inputenc}
|
|
%\usepackage[T1]{fontenc}
|
|
%\usepackage[iso]{umlaute}
|
|
%\usepackage[latin1]{inputenc}
|
|
\usepackage{subfigure}
|
|
\usepackage{amsmath}
|
|
\usepackage{listings}
|
|
\usepackage{hyperref}
|
|
\usepackage{datatool}
|
|
\usepackage{glossaries}
|
|
\makeglossaries
|
|
|
|
\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 %
|
|
}
|
|
%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}%
|
|
{Datadriven trafficmodelling with induction loops}
|
|
\author{Ulf Gebhardt}
|
|
\referee{Dr. Immanuel Schweizer}{Prof. Dr. Max M"uhlh"auser}
|
|
\department{Fachbereich Informatik}
|
|
\group{Telekooperation}
|
|
\dateofexam{\today}{\today}
|
|
\makethesistitle
|
|
%danke
|
|
%\input{tex/danke}
|
|
%\newpage
|
|
%\newpage
|
|
%Eigenständige Arbeit Text
|
|
\affidavit{Ulf Gebhardt}
|
|
\newpage
|
|
\setcounter{page}{1}
|
|
\input{tex/glossar}
|
|
%abstract
|
|
\input{tex/uebersicht}
|
|
%Inhaltsverzeichnis
|
|
\tableofcontents
|
|
\newpage
|
|
\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
|
|
%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
|
|
\end{document}
|