%Sagarmatha Engineering College Project Report Template \documentclass[12pt,a4paper,oneside]{report} \usepackage[titles]{tocloft} \usepackage{multirow} \usepackage{subcaption} % put this in preamble \usepackage{rotating} \usepackage{hhline} \usepackage{graphicx} \graphicspath{{./Graphics/}} \usepackage[left=1.5in, right=1in,top=1in,bottom=1in,headheight=6pt, a4paper]{geometry} \usepackage{titling} \usepackage{booktabs} \usepackage{natbib} \usepackage{microtype} \usepackage{amsmath} \usepackage{enumitem} \usepackage[font=normalsize,labelfont=bf,tableposition=top]{caption} \usepackage{tabto} \usepackage[explicit]{titlesec} \usepackage[absolute]{textpos} \usepackage[export]{adjustbox} \usepackage[T1]{fontenc} \usepackage{float} \usepackage{datetime} \usepackage{tikz} \usepackage{minted} \usepackage{mathptmx} \usepackage{hyperref} \usepackage{float} % for [H] \usepackage[skip=2pt]{caption} \hypersetup{ hidelinks } \newdateformat{monthyeardate}{% \monthname[\THEMONTH], \THEYEAR} \linespread{1.5} \setlength{\parskip}{18pt} \setlength{\parindent}{0em} \setlength\itemsep{10pt} \titleformat{\chapter}[display] {\centering\normalfont\normalsize\bfseries}{\MakeUppercase{\chaptertitlename} \thechapter}{-20pt}{\fontsize{16pt}{21pt}\selectfont #1} \titlespacing{\chapter}{0pt}{-50pt}{0pt} \titleformat{\section} {\normalfont\normalsize\bfseries}{\thesection}{1em}{\fontsize{14pt}{18pt}\selectfont #1} \titlespacing{\section}{0pt}{0pt}{0pt} \titleformat{\subsection} {\normalfont\normalsize\bfseries}{\thesubsection}{1em}{\fontsize{12pt}{16pt}\selectfont #1} \titlespacing{\subsection}{0pt}{0pt}{0pt} \titleformat{\subsubsection} {\normalfont\normalsize\bfseries}{\thesubsubsection}{1em}{\fontsize{12pt}{16pt}\selectfont #1} \titlespacing{\subsubsection}{0pt}{0pt}{0pt} \renewcommand{\normalsize}{\fontsize{12pt}{16pt}\selectfont} \captionsetup{justification=centering} \captionsetup[table]{singlelinecheck=off} \title{Plant Disease Detection System(CropCare AI)} \author{Sajit Maharjan, Rizan Shrestha, Prajwol Shrestha} \date{January 16, 2023} \renewcommand{\bibname}{REFERENCES} \renewcommand\contentsname{TABLE OF CONTENTS} \renewcommand{\listfigurename}{LIST OF FIGURES} \renewcommand{\listtablename}{LIST OF TABLES} \renewcommand{\arraystretch}{1.5} \setlength{\tabcolsep}{10pt} \setcounter{tocdepth}{3} \setcounter{secnumdepth}{3} \newcommand{\mychapter}[1]{% \chapter*{#1}% \vspace{-40pt} \addcontentsline{toc}{chapter}{#1}% \vspace{40pt} } \pagenumbering{roman} \begin{document} \include{section/1-cover} \include{section/2-supervisor-recommendation} \include{section/3-approval-letter.tex} \include{section/4-students-declaration.tex} \include{section/5-acknowledgement} \include{section/6-abstract} % ✅ Supervisor recommendation section added % Table of Contents \renewcommand{\baselinestretch}{1.5} \addcontentsline{toc}{chapter}{\contentsname} \tableofcontents \newpage % List of Figures \addcontentsline{toc}{chapter}{\listfigurename} \listoffigures \cleardoublepage \phantomsection \addcontentsline{toc}{chapter}{\listtablename} \listoftables \vspace{10pt} \include{section/abbreviations} % Main chapters \include{section/ch1-introduction} % \include{section/ch2-literatureReview} \include{section/ch2-background-study-and-literature-review} \include{section/ch3-system-analysis} \include{section/ch4-system-design} \include{section/ch5-implementation-and-testing} \include{section/ch6-conclusion-and-future-recommendation} % References \newpage \bibliographystyle{unsrt} \bibliography{references/ref} \addcontentsline{toc}{chapter}{REFERENCES} % Appendix \include{section/appendix} \addcontentsline{toc}{chapter}{ANNEX} \end{document}