% !TEX TS-program = lualatex
\documentclass[12pt,openany]{book}
%TC:ignore
% This is all the packages and settings and so on.
% It is using custom fonts that needs to be installed on the computer. If they are not present, they have to be added manually.
\input{setup/settings.tex}
\newcommand\Tnum{TRITA-ITM-EX 2023:XXX}
% Defining files for bibliography
\addbibresource{reference.bib}
% Add a second bibliography file for the second author to allow
% both to update it through the mendeley integration.
% Defining document information
\title{Template}
\newcommand{\subtitle}{KTH Thesis Report}
\author{<Author Name and Author Name>}
\begin{document}
\setstretch{1.25}
% The front page of the document
\pagenumbering{Roman}
\include{setup/title-page}
\pagestyle{myempty}
\include{sections/0-pre-content}
%TC:endignore
\setstretch{1.25}
\pagestyle{myfancy}
\pagenumbering{arabic}
\include{sections/1-introduction}
\include{sections/2-background}
\include{sections/3-method}
\include{sections/4-work}
\include{sections/5-results}
\include{sections/6-conclusions}
%TC:ignore
\newpage
\printbibliography[heading=bibintoc]
\include{sections/appendices}
\include{setup/back-cover}
%TC:endignore
\end{document}