% The class file specifying the document structure
\documentclass{./LaTeX/tex/latex/MastersDoctoralThesis}
\input{StudentInfo.tex}
\input{./LaTeX/tex/latex/codeHighlighting.tex} % Code highlighting
%----------------------------------------------------------------------%
%                           References
%----------------------------------------------------------------------%
\addbibresource{\subfix{Chapter1/bib_files/bibliography.bib}}
\addbibresource{\subfix{Chapter2/bib_files/bibliography.bib}}
\addbibresource{\subfix{Chapter3/bib_files/bibliography.bib}}
\addbibresource{\subfix{Chapter4/bib_files/bibliography.bib}}
\addbibresource{\subfix{Chapter5/bib_files/bibliography.bib}}
\raggedbottom
\begin{document}
    
    \frontMatter
    
    %----------------------------------------------------------------------%
    \part*{Example Thesis/Dissertation \\{\large(\textcolor{blue}{\texttt{Page
    not included in actual document}})}} % Only used for organization
    %----------------------------------------------------------------------%
    
    %----------------------------------------------------------------------%
    %                   Thesis Title, Copyright, Approval
    %----------------------------------------------------------------------%
    
    \begin{center}
        \thesisTitle
        \copyrightpage
        \dissertationapproval
    \end{center}
    
    %----------------------------------------------------------------------%
    %                            Abstract
    %----------------------------------------------------------------------%
    
    \abstractPage
    
    %----------------------------------------------------------------------%
    %                           Dedication
    %----------------------------------------------------------------------%
    
    \dedicationPage
    
    %----------------------------------------------------------------------%
    %           Frontispiece image (Image of importance relevance)
    %----------------------------------------------------------------------%
    
    \frontispiecePage
    
    %----------------------------------------------------------------------%
    %                   Epigraph page (Inspirational quote)
    %----------------------------------------------------------------------%
    
    \epigraphPage
    
    %----------------------------------------------------------------------%
    %               LIST OF CONTENTS/FIGURES/TABLES PAGES
    %----------------------------------------------------------------------%
    
    \tableOfContents
    
    %----------------------------------------------------------------------%
    %                           Notation and Symbols
    %----------------------------------------------------------------------%
    
    \NotationSymbolsPage
    
    %----------------------------------------------------------------------%
    %                               Acknowledge
    %----------------------------------------------------------------------%
    
    \AcknowledgementPage
    
    %----------------------------------------------------------------------%
    %             Thesis/Dissertation Content (Chapters etc.)
    %----------------------------------------------------------------------%
    
    \mainMatter
    
    \subfile{\subfix{Chapter1/Chapter1}}
    \subfile{\subfix{Chapter2/Chapter2}}
    \subfile{\subfix{Chapter3/Chapter3}}
    \subfile{\subfix{Chapter4/Chapter4}}
    \subfile{\subfix{Chapter5/Chapter5}}
    
    %----------------------------------------------------------------------%
    %                List of items to work on (Editing phase)
    %----------------------------------------------------------------------%
    
    %\listoftodos
    
    %----------------------------------------------------------------------%
    %                               APPENDICES
    %----------------------------------------------------------------------%
    
    \backMatter % Queue to tell LaTeX that the following "chapters" are Appendices
    
    % Include the appendices of the thesis as separate files from the
    % Appendices folder
    % Uncomment the lines as you write the Appendices
    
    \subfile{\subfix{AppendixA/AppendixA}}
    \subfile{\subfix{AppendixB/AppendixB}}
    \subfile{\subfix{AppendixC/AppendixC}}
    
    %----------------------------------------------------------------------%
    %                               BIBLIOGRAPHY
    %----------------------------------------------------------------------%
    
    % Comment out because each chapter displays references/
    % or comment out the individual references and keep the final bibliography
    % \finalBibliography 
    
    %----------------------------------------------------------------------%
    % File organization
    \part{Organization of Thesis/Dissertation
    \protect\\{\large(\textcolor{blue}{\texttt{Not included in actual
    document}})}} % Only used for organization
    \postAppendix
    \subfile{\subfix{Organization/main}}
    %----------------------------------------------------------------------%
    
\end{document}