\documentclass{master-thesis}
\doublespacing
\addbibresource{references.bib}
% Add here general information about your thesis and it will be same in all parts of document
\title{Title of Thesis}
\author{First Name Last Name}
\studentid{20222222}
\defenseyear{2023}
\desctitle{Master's Thesis}
\department{Management of Information Systems}
\degree{Master of Science in Management of Information Systems}
\deanapproval{Raimund Weiss, Ph.D.}
\datesubmission{29 July 2023}
\presentationdate{September 30, 2022}
% Add Comittee names to the list
\addcommittee{Dr First Name Last Name}
\addcommittee{Dr First Name Last Name}
\addcommittee{Dr First Name Last Name}
\begin{document}
\maketitle
\infosubmitted
\approvalpage
\disclaimerpage
\acknowledgments
\abstracts
\tableofcontentse
\tableoffigurres
\tableoftablles
% Start Inserting your Thesis contents below:
% Import all the Files Here:
\import{chapters/}{introduction.tex}
\import{chapters/}{literature-review.tex}
\import{chapters/}{theoretical-framework.tex}
\import{chapters/}{methodology.tex}
\import{chapters/}{results.tex}
\import{chapters/}{discussion.tex}
\import{chapters/}{conclusion.tex}
\import{chapters/}{appendix.tex}
% Refference Page
\newpage
\printbibliography[heading=myheading]
% Do not Touch Below Setting!!!.
\newpage
\backcover
\end{document}