\input{preamble/static}
\input{preamble/general}
\input{preamble/fonts}
\input{preamble/etc}
\begin{document}
\prefrontmatter
\include{prefrontmatter/titlepage}
\cleartoevenpage
\include{prefrontmatter/colophon}
\clearforchapter
\frontmatter
\include{frontmatter/Summary}
\include{frontmatter/Preface}
\include{frontmatter/Acknowledgements}
\include{frontmatter/Publications}
\include{frontmatter/Acronyms}
\clearforchapter
\phantomsection % This is added to make hyperref point to the right "Contents" page
\addcontentsline{toc}{part}{Contents} % Adds "Contents" as part-style in ToC
\tableofcontents*
\clearforchapter
\mainmatter
\include{chapters/Introduction}
\part{Theoretical concepts}
\include{chapters/Pt1.Chapters}
\part{Experimental techniques and results}
\include{chapters/Pt2.Chapters}
\include{chapters/Conclusion}
\appendixpage\appendix
\pagestyle{appruled} % Comment to remove the word "Appendix" from the header
\include{appendices/AnAppendix}
\backmatter
\pagestyle{myruled} %Restores the heading style as before "appruled". Remove if "appruled" is commented
\bibliography{bibliography/Bibliography.bib}
\bibliographystyle{ieeetr}
\end{document}