2013-07-15 11:55:11 +02:00

149 lines
5.2 KiB
TeX

\documentclass[article,colorback,type=bsc,accentcolor=tud9d]{tudthesis}
\usepackage{amsmath} % package um abbildungen nach section zu numerieren
\usepackage{tudthess_title}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage{enumitem}
\usepackage{lineno}
\usepackage{wasysym}
\usepackage{latexsym}
\usepackage{wrapfig}
\usepackage{graphicx}
\usepackage{perpage}
\usepackage{listings}
\usepackage[nottoc]{tocbibind} % wird gebraucht um Literatur im toc ohne Nummerierung aufzunehmen
%reihenfolge von "hyperref" und "glossaries" ist wichtig!!!! nicht aendern
\usepackage[pdftitle={Bachelorthesis Michael Scholz}]{hyperref}
\usepackage[style=list]{glossaries}
\usepackage[hypcap=true]{caption} % bugfixe für zu tiefe hyperlinks in \listoffigures und \listoftables
\usepackage[hypcap=true,list=true]{subcaption} % bugfixe für zu tiefe hyperlinks in \listoffigures und \listoftables
%\setinstitutionlogo{grafiken/00-logo-tk.pdf}
\MakePerPage{footnote}
%include glossary
\makeglossary
\include{glossar/glossaries}
\definecolor{mygray}{rgb}{0.5,0.5,0.5}
% optionen für listings
\lstset{frame=single,
language=java,
numbers=left,
numberstyle=\tiny\color{mygray},
numberbychapter=t,
frame=shadowbox,
rulesepcolor=\color{mygray},
tabsize=2}
% % % % VORGABEN % % % % % % % % % % %
% - Deckblatt "Fachgebiet Telekooperation"
% - Farbcode tu9d
% - Fußnoten nur für URLs, Anmerkungen.
% - ADAC als Glossareintrag. Glossareintrag für jede Abkürzung, Fachbegriff...
% % % % % % % % % % % % % % % %% % % % % % % % % % % % TITEL % % % % % % % % % % % % % % % %% % % % % % % % % % % % % % % % % % % % % % % % % %
\begin{document}
\thesistitle{Schleifenbasierte Verkehrsmodellierung}
{Loop-based Traffic Flow Modelling}
\author{Michael Bernhard Scholz}
%\date{01.01.1990} -> Standard ist der aktuelle Monat und das aktuelle Jahr
% dritter Gutachter optional
\referee{Prof. Dr. Max Mühlhäuser}{Dr. Immanuel Schweizer}{}
\department{Fachbereich Informatik}
\group{Fachgebiet Telekooperation}
\makethesistitle
\affidavit[\today]{Michael Bernahrd Scholz}
% abbildungen, listigns, tabellen nach section nummerieren. Listing 3.2 ist die 2. Listing in der 3. Section
\numberwithin{figure}{section}
\numberwithin{lstlisting}{section}
\numberwithin{table}{section}
% % % % % % % % % % % % % % % %% % % % % % % % % % % Kurzfassung und Abstract % % % % % % % % % % % % % % % %% % % % % % % % % % % % % % %
\include{00_kurzfassung/kurzfassung}
% % % % % % % % % % % % % % % %% % % % % % % % % % % Danksagung % % % % % % % % % % % % % % % %% % % % % % % % % % % % % % %
\include{00_danksagung/danksagung}
% % % % % % % % % % % % % % %% % % % % % % % % % % INHALTSVERZEICHNIS % % % % % % % % % % % % % % % %% % % % % % % % % % % % % % % % % %
\newpage
\tableofcontents
\newpage
% % % % % % % % % % % % % % % %% % % % % % % % % % % Einleitung % % % % % % % % % % % % % % % %% % % % % % % % % % % % % % % % % % % % % % %
\include{01_einleitung/einleitung}
% % % % % % % % % % % % % % % %% % % % % % % % % % % Technische Grundlagen % % % % % % % % % % % % % % % %% % % % % % % % % % % % % % % % %
\include{02_technische_grundlagen/technische_grundlagen}
% % % % % % % % % % % % % % % %% % % % % % % % % % % Modelle % % % % % % % % % % % % % % % %% % % % % % % % % % % % % % % % % % % % % % % % %
\include{03_modelle/modelle}
% % % % % % % % % % % % % % % %% % % % % % % % % % % Neuronale Netze % % % % % % % % % % % % % % % %% % % % % % % % % % % % % % % % % % % % %
\include{04_neuronale_netze/neuronale_netze}
% % % % % % % % % % % % % % % %% % % % % % % % % % % Ergebnisse und Auswertung % % % % % % % % % % % % % % % %% % % % % % % % % % % % % % % %
\include{05_ergebnisse_auswertung/ergebnisse_auswertung}
% % % % % % % % % % % % % % % %% % % % % % % % % % % Fazit und Ausblick % % % % % % % % % % % % % % % %% % % % % % % % % % % % % % % % % % % %
\include{06_fazit_ausblick/fazit_ausblick}
% % % % % % % % % % % % % % % %% % % % % % % % % % % Anhang % % % % % % % % % % % % % % % %% % % % % % % % % % % % % % % % % % % % % % % % % %
\include{07_anhang/anhang}
% % % % % % % % % % % % % % % %% % % % % % % % % % % Glossar % % % % % % % % % % % % % % % %% % % % % % % % % % % % % % % % % % %
\newpage
\phantomsection
\addcontentsline{toc}{section}{Glossar}
\printglossary[title=Glossar]
% % % % % % % % % % % % % % % %% % % % % % % % % % % Abbildungsverzeichnis % % % % % % % % % % % % % % % %% % % % % % % % % % % % % % % % % % %
\newpage
\phantomsection
\listoffigures
% % % % % % % % % % % % % % % %% % % % % % % % % % % Tabellenverzeichnis % % % % % % % % % % % % % % % %% % % % % % % % % % % % % % % % % % % % %
\newpage
\phantomsection
\listoftables
% % % % % % % % % % % % % % % %% % % % % % % % % % % Listings % % % % % % % % % % % % % % % %% % % % % % % % % % % % % % % % % % % % % % % % % %
\newpage
\phantomsection
\addcontentsline{toc}{section}{Listings}
\lstlistoflistings
% % % % % % % % % % % % % % % %% % % % % % % % % % % Literatur % % % % % % % % % % % % % % % %% % % % % % % % % % % % % % % % % % % % % % % % % %
\newpage
\phantomsection % wird gebraucht um Link vom toc auf Literatur zu korrigieren
\bibliographystyle{is-abbrv}
\bibliography{thesis}
\end{document}