% NOTICE
% This is an unofficial template created for B.Tech/M.Tech students final year dissertation.
% This is created using circular issued by Academic (UG) section, Delhi technological University on 18th April 2018. The circular is uploaded for reference (file413).
% use Overleaf site for answers on using latex.
\documentclass[12pt]{report}
% \documentclass[12pt,twoside]{report} use this to print on both sides
\usepackage[utf8]{inputenc}
\usepackage{setspace}
\title{major}
\author{tp}
\date{May 2021}
% Use package below to change margins
\usepackage{graphicx}
\usepackage[a4paper,top=25mm,bottom=25mm,left=25mm,right=25mm]{geometry}
% text color package
\usepackage[dvipsnames]{xcolor}
% use to customize chapter headings of toc lof lot
\usepackage{tocloft}
\renewcommand{\cfttoctitlefont}{\hspace*{\fill}\Large\bfseries}
\renewcommand{\cftaftertoctitle}{\hspace*{\fill}}
\renewcommand{\cftlottitlefont}{\hspace*{\fill}\Large\bfseries}
\renewcommand{\cftafterlottitle}{\hspace*{\fill}}
\renewcommand{\cftloftitlefont}{\hspace*{\fill}\Large\bfseries}
\renewcommand{\cftafterloftitle}{\hspace*{\fill}}
\usepackage{sectsty}
\chapternumberfont{\Large}
\chaptertitlefont{\Large}
\pagenumbering{roman}
% document begins here
\begin{document}
\input{Header/titlepage}
\newpage
% \setstretch{1.5}
\input{Header/declaration}
\addcontentsline{toc}{chapter}{Candidate's Declaration}
\newpage
\input{Header/certificate}
\addcontentsline{toc}{chapter}{Certificate}
\newpage
\input{Header/ackment}
\addcontentsline{toc}{chapter}{Acknowledgement}
\newpage
\input{Header/abstract}
\addcontentsline{toc}{chapter}{Abstract}
\newpage
\setcounter{tocdepth}{2}
\tableofcontents
\addcontentsline{toc}{chapter}{Content}
\newpage
\listoftables
\addcontentsline{toc}{chapter}{\listtablename}
\newpage
\listoffigures
\addcontentsline{toc}{chapter}{\listfigurename}
\newpage
\input{Header/symbol}
%CHAPTERS BEGIN
\input{Chapters/Intro}
\pagenumbering{arabic}
\input{Chapters/Literature review}
\input{Chapters/Methodology}
\input{Chapters/Results}
\input{Chapters/Conclusion}
\input{Chapters/Appendix}
\bibliographystyle{IEEEtran}
\bibliography{references}
\end{document}