\documentclass[12pt,a4paper]{article}
\input{setup}
% Change this information
\newcommand{\school}{Industrial Engineering and Management}
\newcommand{\cycle}{Second}
\newcommand{\credits}{30}
\newcommand{\gradyear}{20XX} % graduation year
\newcommand{\thesiscode}{TRITA-ITM-EX \gradyear:XXX}
\title{KTH Master Thesis Template}
\newcommand{\subtitle}{Subtitle}
\author{Author 1 \\ Author 2 (if needed)}
% For abstract form
\newcommand{\approvedDate}{20XX-month-day}
\newcommand{\examiner}{}
\newcommand{\supervisor}{}
\newcommand{\commissioner}{}
\newcommand{\contactperson}{}
\date{\today}
\begin{document}
\addtocontents{toc}{\protect\vspace{48pt}}
\include{covers and title pages/front_cover}
\clearpage\mbox{}\setcounter{page}{0}\thispagestyle{empty} % This page is intentionally left blank
\include{covers and title pages/title_page_md}
\clearpage\mbox{}\setcounter{page}{0}\thispagestyle{empty} % This page is intentionally left blank
\include{sections/swedish_abstract_md}
\selectlanguage{english}
\clearpage\mbox{} % This page is intentionally left blank
\include{sections/english_abstract_md}
\clearpage\mbox{} % This page is intentionally left blank
\include{sections/forward}
\include{sections/nomenclature}
\clearpage
\tableofcontents
\addcontentsline{toc}{section}{Table of Contents}
\setcounter{table}{0}
\setcounter{figure}{0}
\include{sections/1-introduction}
\include{sections/2-theoretical background}
\include{sections/3-methodology}
\include{sections/4-results analysis}
\include{sections/5-discussion}
\include{sections/6-conclusion and future work}
\section{References}
\printbibliography[heading=none]
\include{sections/appendix}
\input{covers and title pages/back_cover}
\end{document}