% % % % % % % % % % % % % % % % % % % % % % % % % % %
%         ____          _                           %
%        |    \ _ _ ___| |_ ___ _____               %
%        |  |  | | |  _|   | .'|     |              %
%        |____/|___|_| |_|_|__,|_|_|_|              %
%                                                   %
% ------------------------------------------------- %
%                                                   %
%               This is thesis.tex.                 %
%   This should be placed on the main thesis dir.   %
%           Written by Samet Akcay, 2019            %
% % % % % % % % % % % % % % % % % % % % % % % % % % %
                                                    %
\documentclass{library/duthesis}                    %
                                                    %
\documenttype{Thesis}  % <n-Month Report | Thesis>  %                 
\title{Title Goes Here}                             %
\author{Name Goes Here.}                            %
\dept{Department of Something}                      %
\degree{Doctor of Philosophy}                       %
\degreedate{June 2019}                              %
\copyrightyear{2019}                                %
                                                    %    
%% File to be included while running latex.         %
\includeonly{chapters/1/chapter,                    %
             chapters/2/chapter,                    %
             chapters/3/chapter,                    %
             chapters/4/chapter,                    %
             chapters/5/chapter,                    %     
             chapters/6/chapter,                    %
             references/ref,                        %
             appendices/a/appendix,                 %
             appendices/b/appendix}                 %
                                                    %
\begin{document}                                    %
% Frontmatter.                                      %
\frontmatter                                        %
\titlepage                                          %
\abstract{frontmatter/abstract}                     %
\declaration                                        %
\acknowledgement{frontmatter/acknowledgement.tex}   %
\tableofcontents                                    %
\listoffigures                                      %
\listoftables                                       %
% \listofsymbols{frontmatter/listofsymbols.tex}     %
\dedication{frontmatter/dedication}{Dedication}     %
                                                    %
% Mainmatter                                        %
\mainmatter                                         %   
\include{chapters/1/chapter}                        %
\include{chapters/2/chapter}                        %
\include{chapters/3/chapter}                        %
\include{chapters/4/chapter}                        %
\include{chapters/5/chapter}                        %
\include{chapters/6/chapter}                        %
                                                    %
% Bibliography                                      %
\include{references/ref}                            %
                                                    %
% % Appendix                                        %
% \appendix                                         %
% \include{appendices/a/appendix}                   %
% \include{appendices/b/appendix}                   %
                                                    %
\end{document}                                      %
                                                    %
% % % % % % % % % % % % % % % % % % % % % % % % % % %