\documentclass[12pt]{article}
\usepackage{report}
\usepackage[acronym]{glossaries}
\usepackage{rotating}
\usepackage{float}
% \usepackage{physics}
\usepackage{siunitx}
\usepackage{array}
\usepackage{graphicx}
\usepackage[justification=centering]{caption}
\captionsetup[figure]{font=small}
\usepackage{booktabs}
\usepackage[table,xcdraw]{xcolor}
\usepackage{chngcntr}
\usepackage[utf8]{inputenc}
\usepackage{pdfpages}
\usepackage{listings}
%\usepackage{subfigure}
\usepackage{subcaption}
\usepackage{tocloft}
\usepackage{indentfirst}
\usepackage{enumitem}
\usepackage{booktabs}
\usepackage{multirow}
\usepackage{flafter}
\usepackage{tikz}
\usetikzlibrary{shapes.geometric, arrows.meta, positioning}
%\renewcommand{cfttoctitlefont}{12pt}
\setcounter{secnumdepth}{3} % for subheadings
\setlength{\cfttabindent}{0pt} %for tables
\setlength{\cftfigindent}{0pt} %for figures
\title{Minor Project Report}
\author{Lefty}
\date{\today}
\begin{document}
\input{titlepage}
\pagenumbering{roman} % roman page numbers
%% Put declaration, letter of approval and copyright only in the final report
\input{certificate}
\input{declaration}
\input{offer_letter}
\input{completion_letter}
%% This is constant for all the reports
\input{acknowledgment}
\input{abstract}
% Table of contents
\newpage
{
\begin{center}
\setlength{\parskip}{0em}
\renewcommand\contentsname{{TABLE OF CONTENTS}} % This will change heading text
\tableofcontents %\addcontentsline{toc}{section}{TABLE OF CONTENTS}
\end{center}
}
% List of figures - if any
\newpage
\renewcommand\listfigurename{LIST OF FIGURES}
\listoffigures
\addcontentsline{toc}{section}{LIST OF FIGURES}
% List of tables- if any
\newpage
\renewcommand\listtablename{LIST OF TABLES}
\listoftables
\addcontentsline{toc}{section}{LIST OF TABLES}
\newpage
\input{introduction}
\input{literature_review}
\input{methodology}
\input{social_workout}
\input{result}
\input{geo_photos}
\input{learning_outcomes}
\input{conclusion}
\input{references}
\end{document}

PDF Preview
Create an account to compile and preview