%\documentclass[proposal]{thesis} % use for a thesis proposal
\documentclass{thesis}
\usepackage{lipsum}
\subject{Bachelor's Thesis}
\title{Title}
\subtitle{Subtitle}
\author{Author}
\studentid{12345}
\date{Date}
\location{Hamburg}
\supervisors{
Supervisor 1\\ Institute for Data Engineering\\ TU Hamburg
\and
Supervisor 2\\ Institute for Data Engineering\\ TU Hamburg
}
% remove the dedication of change it to something meaningful
\dedication{to the reader}
\addbibresource{references.bib}
% remove the checklist before printing
\begin{checklist}
\DONE{Inquire Availability}
\TODO{Write an Exposé}
\TODO{Register Thesis}
\TODO{Work on your Thesis}
\TODO{Print your Thesis}
\TODO{Submit your Thesis}
\TODO{Plan your Defense}
\TODO{Present your Thesis}
\TODO{Receive your Grade}
\end{checklist}
\begin{document}
\frontmatter
\maketitle
\tableofcontents
\begin{abstract}
\lipsum[1-2]
\end{abstract}
\begin{preface}{Preface}
\lipsum[3-5]
\end{preface}
\begin{preface}{Acknowledgement}
\lipsum[6]
\end{preface}
\mainmatter
\chapter{Introduction}
\lipsum[7-20]
\backmatter
\printbibliography
\listoffigures
\listoftables
\insertdeclaration
\end{document}