%
% Thesis Vorlage für die Hochschule Heilbronn
%
% 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[ngerman]{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
}
% Fachbezogene Werte (müssen aktualisiert werden)
\newcommand{\hhnsubject}{FACH}
\newcommand{\hhnsubjectnum}{SPO NUMMER}
\newcommand{\hhnlecturer}{DOZENT}
% Vom Studierenden zu aendernde Werte
\newcommand{\reprttopic}{THEMA}
\newcommand{\reprtstudentname}{VORNAME NAME}
\newcommand{\reprtstudentid}{MATRIKELNUMMER}
\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}{}
% Deckblatt Definitionen (begin)
\titlehead{\flushright\includegraphics{./bilder/hhn.png}}
\subject{{\hhnsubject{} (\hhnsubjectnum{})}}
\title{\reprttopic}
\author{\reprtstudentname\footnote{\reprtstudentid, \reprtstudentmail}}
%% Datum nie auf einen festen Wert setzen
\publishers{Eingereicht bei \hhnlecturer}
% Deckblatt Definitionen (end)
\begin{document}
\pagenumbering{Roman}
\selectlanguage{ngerman}
\maketitle
\newgeometry{left=30mm, top=25mm, right=15mm, bottom=25mm}
\tableofcontents
\addchap{List of Abbreviations} % (fold)
\label{sec:listofabbrv}
\addchap{Abkürzungsverzeichnis} % (fold)
\label{sec:abkuerzungsverzeichnis}
\begin{description}
\item[ABK:] ABKÜRZUNG
\end{description}
% chapter abkuerzungsverzeichnis (end)
\onehalfspacing
\addchap{Management Summary} % (fold)
\label{cha:management_summary}
\ldots
% chapter management_summary (end)
\newpage
\pagenumbering{arabic}
% report (begin)
\chapter{Einleitung} % (fold)
\label{sec:einleitung}
\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{Ziel der Arbeit} % (fold)
\label{sec:ziel_der_arbeit}
\ldots
% section ziel_der_arbeit (end)
\section{Vorgehensweise} % (fold)
\label{sec:vorgehensweise}
\ldots
% section vorgehensweise (end)
% chapter einleitung (end)
\chapter{Grundlagen} % (fold)
\label{sec:grundlagen}
\ldots
% chapter grundlagen (end)
%%% ggf. weitere Abschnitte
\chapter{Fazit} % (fold)
\label{sec:fazit}
\ldots
% chapter fazit (end)
\appendix
\begin{thebibliography}{99}
\raggedright
%%% Printquellen zuerst
%%% Beispiel
\bibitem{Th11} Manuel René Theisen:
\emph{Wissenschaftliches Arbeiten: Technik -- Methodik -- Form};
15.~Auflage; Vahlen; München 2011;
ISBN 978-3-8006-3830-7
%%% Internetquellen: Beispiel
\bibitem{hhneb} \emph{Hochschule Heilbronn};
\url{http://www.hs-heilbronn.de/};
abgerufen am 14.08.2010
\end{thebibliography}
\end{document}