% !TEX encoding = UTF-8 Unicode
\documentclass[titlepage,english,a4]{thesis}
%%%%%%%%% Packages %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[nottoc,notlot,notlof]{tocbibind}
\usepackage[toc,page]{appendix}
\setlength{\cftbeforeloftitleskip}{5pt} % LOF: Listing of Figures
\setlength{\cftbeforelottitleskip}{5pt} % LOT: Listing of Tables
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{kantlipsum}
%\setlength{\textheight}{10in}%
\addtolength{\textheight}{-\baselineskip}
\addtolength{\footskip}{\baselineskip}
\usepackage{blindtext}
\usepackage{tocbibind}
\usepackage{hyperref}
\usepackage{bibentry}
\nobibliography*
\usepackage{url}
\urlstyle{same}
\usepackage{breakurl}
\usepackage{longtable}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\def\DATE{\today}
\def\TITLE{My new title}
\def\SUBHEADING{A example on a boring Thesis subtitle}
\def\AUTHOR{Elias Korhonen and Stan (Spiderman) Lee}
\def\LEVEL{Master's Thesis}
\def\PROGRAMME{Master of Engineering - Big Data Analytics}
\def\UNIVERSITY{Arcada University of Applied Sciences}
\def\IDENTIFICATION{TBD}
\def\SUPERVISOR{Ludwig Von Drake}
\def\COMMISSIONEDBY{Scrooge McDuck}
\def\KEYWORDS{Ducks Birds Hawks}
\def\PAGECOUNT{ \pageref{LastPage} }
\def\DATEACCEPTANCE{1.10.2054}
\begin{document}
\begin{titlepage}
\maketitle
\end{titlepage}
\begin{abstract}{english}
This is the abstract. Blah blah blah...
\end{abstract}
%\begin{abstract}{swedish}
%Ett sammandrag på svenska bokstaven där bokstäverna å , ä och ö är inkluderade.
%Check that the encoding is correct so that åäö are visible.
%\end{abstract}
%\begin{abstract}{finnish}
%Samma på finska
%\end{abstract}
% Remove for swedish
%\renewcommand{\contentsname}{INNEHÅLL}
%\renewcommand{\listfigurename}{FIGURER}
%\renewcommand{\listtablename}{TABELLER}
\tableofcontents
\addtocontents{toc}{\vspace{0.5cm}}
\listoffigures
\addtocontents{lof}{\vspace{0.5cm}}
\newpage
\listoftables
\addtocontents{lot}{\vspace{0.5cm}}
\cleardoublepage
\input{1-Abbreviations} % you can comment this if it is not necessary
\cleardoublepage % also this one
\input{0-Foreword}
\cleardoublepage
\addtocounter{table}{-1} % comment if the table numbers start with 0 instead of 1
\input{1-Introduction}
\cleardoublepage
\input{2-Related}
\cleardoublepage
\input{3-Methodology}
\cleardoublepage
\input{4-Experiments}
\cleardoublepage
\input{5-Results}
\cleardoublepage
\input{6-Conclusions}
% Here the bibliography
\cleardoublepage
\phantomsection
% Uncomment for swedish
%\renewcommand{\bibname}{Källor}
\renewcommand{\bibname}{References}
\bibliographystyle{bibliography}
\bibliography{7-references}
%\renewcommand{\bibname}{References}
%\bibliographystyle{bibliography}
%\bibliography{7-references}
%\newpage
\cleardoublepage
\phantomsection
\input{8-Appendices}
\end{document}