%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% This file is the "main" or root file for the book. It describes what packages
% and content should be included in what order.
\documentclass[pagesize=auto,bibliography=totocnumbered]{scrbook}
\input{lib/packages}
\input{lib/commands}
% This line stops the insertion of extra blank pages between chapters.
\ifdefined\HCode{\KOMAoptions{twoside=false}} \fi
\newcommand{\Doctitle}{Document Title} % Generic publisher logo
\newcommand{\Docstitle}{Document subtitle} % Generic publisher logo
\newcommand{\DocAuthor}{Insert Author(s) name(s) here} % Generic publisher logo
\title{\vspace{-5em}\Doctitle}
\renewcommand\Authands{ and }
\pagenumbering{arabic}
\date{\today}
\begin{document}
\input{cover_page.tex}
\tableofcontents
\nextpage
\input{chapters/introduction}
\input{chapters/chap1}
\input{chapters/chap1rep}
\nextpage
% After the \backmatter command, sections will not be numbered.
\backmatter
\bibliographystyle{apalike}
\bibliography{bibliography.bib}
\end{document}