Select Git revision
Bachelorarbeit.tex 1.58 KiB
\documentclass[
f1,
%twoside, % mutually exclude with `todos'
todos,
]{HsH-report} % documentclass
% include packages here
\usepackage[useregional=numeric]{datetime2}
\usepackage{hyperref}
\usepackage{graphicx}
\usepackage{subfigure}
\usepackage{siunitx}
\usepackage{listings}
\usepackage{biblatex}
\usepackage[toc,nonumberlist,nopostdot]{glossaries}
\setuptoc{toc}{totoc}
\addbibresource{bib/Quellenverzeichnis.bib}
\setglossarystyle{altlist}
\makeglossaries\loadglsentries[main]{bib/Glossareinträge}
%% coment out the folowing file definitions to exclude them from build temporariely and save compiletime
\includeonly{
chap/abstract,
chap/einleitung,
chap/standdertechnik,
chap/kalibrierung,
chap/implementation,
chap/fazit,
chap/ausblick,
}
%% projects specific data:
\author{Jan Wille}
\matrikelnr{1535115}
\subject{Bachelorarbeit}
\title{Video-basierte Fahrspurerkennung von mobilen Robotern}
%\subtitle{Subtitle}
\date{09.05.2022 -- \today}
\erstpruefer{Prof. Dr.-Ing. Hanno Homann}
\zweitpruefer{Prof. Dr.-Ing. Martin Mutz}
% Schlüsselwörter für das Abstract und die PDF-metadaten
\keywords{lane-detection}
\begin{document} % --------------------------------------------------------------------------------
\frontmatter
\maketitle[r]
\declarationAuthorship
\include{chap/abstract}
\tableofcontents
\printglossary
\mainmatter
\include{chap/einleitung}
\include{chap/standdertechnik}
\include{chap/kalibrierung}
\include{chap/implementation}
\include{chap/fazit}
\include{chap/ausblick}
\printbibliography
\listoffigures
\listoftables
\lstlistoflistings
\end{document}