%
% Thesis template for Heilbronn University of Applied Sciences
%
% Created by Prof. Dr. Detlef Stern on 2010-08-14.
% Updated by Valentin Weber on 2020-10-05.
% Copyright (c) 2020 . All rights reserved.
%
\documentclass[12pt,toc=bib,toc=listof]{scrreprt}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{setspace}
\usepackage{geometry}
\usepackage{hyperref}
\hypersetup{
,colorlinks=true
,linkcolor=blue
,citecolor=blue
,filecolor=blue
,urlcolor=blue
}
% Subject related values (need updating)
\newcommand{\hhnsubject}{SUBJECT}
\newcommand{\hhnsubjectnum}{SPO NUMBER}
\newcommand{\hhnlecturer}{LECTURER}
% Student related values (need to be updated)
\newcommand{\reprttopic}{TOPIC}
\newcommand{\reprtstudentname}{NAME SURNAME}
\newcommand{\reprtstudentid}{STUDENT ID}
\urldef{\reprtstudentmail}\url{MAIL@stud.hs-heilbronn.de}
\usepackage{ifpdf}
\ifpdf
\usepackage[pdftex]{graphicx}
\else
\usepackage{graphicx}
\fi
\usepackage[headsepline]{scrlayer-scrpage}
\pagestyle{scrheadings}
\clearscrheadfoot
\ihead{\hhnsubject: \reprttopic}
\ohead{\pagemark}
\renewcommand*{\chapterpagestyle}{scrheadings}
\renewcommand*{\chapterheadstartvskip}{}
% title page definition (begin)
\titlehead{\flushright\includegraphics{graphics/hhn_en.png}}
\subject{{\hhnsubject{} (\hhnsubjectnum{})}}
\title{\reprttopic}
\author{\reprtstudentname\footnote{\reprtstudentid, \reprtstudentmail}}
%% Never set date to a specific value
\publishers{Submitted to \hhnlecturer}
% title page definition (end)
\begin{document}
\pagenumbering{Roman}
\selectlanguage{english}
\maketitle
\newgeometry{left=30mm, top=25mm, right=15mm, bottom=25mm}
\tableofcontents
\addchap{List of Abbreviations} % (fold)
\label{sec:listofabbrv}
\begin{description}
\item[ABBRV:] ABBREVIATION
\end{description}
% chapter listofabbrv (end)
\listoffigures
\listoftables
\onehalfspacing
\addchap{Management Summary} % (fold)
\label{cha:management_summary}
\ldots
% chapter management_summary (end)
\newpage
\pagenumbering{arabic}
% report (begin)
\chapter{Introduction} % (fold)
\label{sec:introduction}
\section{Motivation} % (fold)
\label{sec:motivation}
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod
tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At
vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd
gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum
dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor
invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero
eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no
sea takimata sanctus est Lorem ipsum dolor sit amet.
% section motivation (end)
\section{Research Goals} % (fold)
\label{sec:research_goals}
\ldots
% section research_goals (end)
\section{Procedure} % (fold)
\label{sec:procedure}
\ldots
% section procedure (end)
% chapter introduction (end)
\chapter{Basics} % (fold)
\label{sec:basics}
\ldots
% chapter basics (end)
%%% more chapters if needed
\chapter{Conclusion} % (fold)
\label{sec:conclusion}
\ldots
% chapter conclusion (end)
\appendix
\begin{thebibliography}{99}
\raggedright
%%% Print sources first
%%% Example
\bibitem{Th11} Manuel René Theisen:
\emph{Wissenschaftliches Arbeiten: Technik -- Methodik -- Form};
15.~Auflage; Vahlen; München 2011;
ISBN 978-3-8006-3830-7
%%% Internet sources: Example
\bibitem{hhneb} \emph{Hochschule Heilbronn};
\url{http://www.hs-heilbronn.de/};
abgerufen am 14.08.2010
\end{thebibliography}
\end{document}