% --------------------------------------------
% Diese Vorlage wurde von Christin Seifert angepasst.
% Autor: Ziyu Qi
% Für weitere Fragen wenden Sie sich bitte an: ziyu.qi@mail.nankai.edu.cn
% --------------------------------------------
\documentclass[11pt,a4paper,oneside,listof=totoc,bibliography=totoc]{scrreprt}
% --------------------------------------------
% Minimally required packages
% --------------------------------------------
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{csquotes}
\usepackage[backend=biber,url=false,style=apa,sorting=nyt,maxbibnames=999]{biblatex}
%\usepackage[backend=biber,url=false,style=authoryear-ibid,sorting=nyt,maxbibnames=99]{biblatex}
\usepackage{graphicx} % for images
\usepackage{array,booktabs} %for tables
\usepackage{url}
\usepackage{xspace}
\usepackage{hyperref}
\usepackage[ngerman]{babel}
%\usepackage[final]{pdfpages}
%set 3cm margin
\usepackage[margin=3cm, top=2.5cm, bottom=2.5cm]{geometry}
% ----------------------------------------------
% Settings
% ----------------------------------------------
% set bib file (source references.bib)
\bibliography{content/98_references}
% definitions for tables
\newcommand {\otoprule}{\midrule [\heavyrulewidth]}
\newcolumntype {+}{ >{\global\let\currentrowstyle\relax}}
\newcolumntype {^}{ >{\currentrowstyle }}
\newcommand {\rowstyle}[1]{\gdef\currentrowstyle{#1} %
#1\ignorespaces
}
\newcommand{\tabhead}{\rowstyle{\bfseries}}
\linespread{1.5}
% --------------------------------------------
% Document
% --------------------------------------------
\begin{document}
\input{meta/metadata}
\input{meta/title}
\input{meta/disclaimer}
\pagenumbering{Roman}
\tableofcontents
\newpage
% --------------------------------------------
% Main Matter
% --------------------------------------------
\pagenumbering{arabic}
%\setcounter{page}{0}
\input{content/00_Abkürzungsverzeichnis}
\input{content/01_abstract}
\input{content/02_Einleitung}
\input{content/03_Ergebnisse}
\input{content/04_Diskussion}
% --------------------------------------------
% Backmatter starts here
% --------------------------------------------
\printbibliography{} % bibliography
%\begin{appendix}
% Here you can add more appendices yourself.
%\end{appendix}
\input{content/94_AcademicTeachers}
\input{content/96_Danksagung}
\input{content/95_CV}
\input{content/93_Publikationen}
\input{content/97_EhrenwörtlicheErklärung}
\listoffigures{}
\listoftables{}
\end{document}