% Khushwant (khushwantk567@gmail.com)
% NIT Hamirpur
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[12pt,a4paper]{report}
\usepackage[pagestyles]{titlesec}
\input{file-setup}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
% Front Title Page
\input{front}
% All other pages in sections folder
% Copyright Page
\input{sections/copyright}
\input{sections/1declaration}
\input{sections/2acknow}
\input{sections/3abstract}
% Change name of TOC by replacing - {Table of Contents}
\renewcommand{\contentsname}{Table of Contents}
\tableofcontents
\newpage
% List of figures and Tables in one page - Uncomment the minipage
% \begin{minipage}{\textwidth}
\listoffigures
\listoftables
% \end{minipage}
% To remove the word "Chapter", uncomment both lines if want Chapter written
\titlespacing{\chapter}{0pt}{-25pt}{1cm}
\titleformat{\chapter}[display]{\normalfont\bfseries}{}{0pt}{\Huge}
\input{sections/4introduction}
\input{sections/4introduction}
% Bibliograpy
\input{sections/ref}
% Annexure
\input{sections/extra}
\end{document}