Major Project Proposal/Report for Institute of Engineering (IOE)
Author
Swetraj Paudel
Last Updated
5 mesi fa
License
Creative Commons CC BY 4.0
Abstract
Template for Institute of Engineering, Tribhuwan University, Major/ Minor, Proposal/project
\documentclass[12pt,a4paper]{report}
\usepackage[a4paper,
left=1.25in,
right=1in,
top=1in,
bottom=1in]{geometry} % Required for inserting images
\usepackage{fullpage}
\usepackage{mathptmx}
\usepackage{titletoc}
\usepackage[titles]{tocloft}
\usepackage{lipsum}
\usepackage{acronym}
\usepackage{graphicx}
\graphicspath{ {./images/} }
\renewcommand*\contentsname{Table of Contents}
% Redefine the \numberline command for figures
\newlength{\mylen}
\renewcommand{\cftdotsep}{0.5}
\renewcommand{\cftfigpresnum}{\hspace*{-1.5em}\figurename\enspace}
\renewcommand{\cftfigaftersnum}{:}
\settowidth{\mylen}{\cftfigpresnum\cftfigaftersnum}
\addtolength{\cftfignumwidth}{\mylen}
\renewcommand{\cftdotsep}{0.5}
\renewcommand{\cfttabpresnum}{\hspace*{-1.5em}\tablename\enspace}
\renewcommand{\cfttabaftersnum}{:}
\settowidth{\mylen}{\cfttabpresnum\cfttabaftersnum}
\addtolength{\cfttabnumwidth}{\mylen}
\titlecontents{chapter}
[5.5em] %5.3
{\smallskip}
{\contentslabel[\bfseries{\chaptername}~\thecontentslabel{:}]{5.5em}\textbf}%\thecontentslabel
{\hspace*{-5.5em}\textbf}% unnumbered chapters
{\titlerule*[0.35pc]{.}\contentspage}[\smallskip]%
\titlecontents{section}
[1.5em] % i
{\smallskip}
{\thecontentslabel\enspace}%\thecontentslabel
{\hspace*{-5.5em}}
{\titlerule*[0.35pc]{.}\contentspage}%]
\titlecontents{subsection}
[7.12em] %
{\smallskip}
{\thecontentslabel\enspace}%\thecontentslabel
{\hspace*{7.12em}}
{\titlerule*[0.35pc]{.}\contentspage}
\makeatletter
\renewcommand{\@makechapterhead}[1]{%\vspace*{50 pt}%
{\setlength{\parindent}{0pt}\normalfont
\bfseries\Huge\chaptername{\hspace*{0.25em}}\centering\thechapter{:}\ #1
\par\nobreak\vspace{16 pt}}}
\makeatother
\makeatletter
\renewcommand{\@makeschapterhead}[1]{%\vspace*{50 pt}%
{\setlength{\parindent}{0pt}\normalfont
\bfseries\Huge\centering\ #1
\par\nobreak\vspace{16 pt}}}
\makeatother
\title{Major}
\author{Swetraj Paudel}
\date{May 2024}
\setlength{\parindent}{0pt}
\begin{document}
\input{titlepage}
\pagenumbering{roman}
\chapter*{Acknowledgement}
\addcontentsline{toc}{chapter}{Acknowledgement}
\label{acknowledgement}
\input{acknowledgement}
\chapter*{Abstract}
\addcontentsline{toc}{chapter}{Abstract}
\label{abstract}
\input{abstract}
\tableofcontents
\thispagestyle{empty}
\addtocounter{page}{-1}
\newpage
\listoffigures
\addcontentsline{toc}{chapter}{List of Figures}
\newpage
\listoftables
\addcontentsline{toc}{chapter}{List of Tables}
\newpage
\chapter*{List of Abbreviation}
\addcontentsline{toc}{chapter}{List of Abbreviation}
\label{abbreviation}
\input{abbreviation}
\newpage
\pagenumbering{arabic}
\chapter{Introduction}
\label{introduction}
\input{chapters/ch1introduction}
\chapter{Literature Review}
\label{literaturereview}
\input{chapters/ch2literature}
\chapter{Related Theory}
\label{relatedtheory}
\input{chapters/ch3relatedtheory}
\chapter{Feasibility Study}
\label{feasiblity}
\input{chapters/ch4feasability}
\chapter{Methodology}
\label{methodology}
\input{chapters/ch5methodology}
\chapter{Result And Analysis}
\label{result}
\input{chapters/ch6result}
\chapter*{Gantt Chart}
\addcontentsline{toc}{chapter}{Gantt Chart}
\label{ganttchart}
\input{ganttchart}
\chapter*{References}
\addcontentsline{toc}{chapter}{References}
\label{references}
\input{references}
\end{document}