\documentclass[12pt]{report}
%-----------------------------------------------------------------
% LaTeX template for a Bachelor Capstone Project Report/Thesis
% (CSE 499) of the Department of Computer Science and Engineering
% at the University of Liberal Arts Bangladesh (ULAB)
% Written By: Muhammad Abul Hasan, PhD
% Date Updated: February 08, 2021 (v1.1)
% For any comments or suggestions: muhammad.hasan@ulab.edu.bd
%-----------------------------------------------------------
\usepackage{ulabcse499}
%-----------------------------------------------------------
% Set your report/thesis particulars
%-----------------------------------------------------------
%
% Use one: Thesis/Capstone project report/Project report
%\def\RoportType{Capstone project report\xspace}
\def\RoportType{Thesis\xspace}
%\def\RoportType{Project report\xspace}
%
\def\ReportTitle{Title of Thesis/Capstone Project\xspace}
%
\def\Supervisor{Supervisor's Name\xspace}
\def\SupervisorPosition{Supervisor's Position\xspace}
%
%\def\reportSubmissionDate{\today}
\def\reportSubmissionDate{February 02, 2029}
\def\reportSubmissionTerm{Fall 2028}
%-----------------------------------------------------------
% Set your group members particulars
%-----------------------------------------------------------
%
\def\numberOfAuthors{1} % write 1, 2 or 3 (depends on group)
%
\def\firstAuthor{First Author\xspace}
\def\firstAuthorID{243014000\xspace}
\def\firstAuthorDedication{Dedicated to \\ \textit{abc}}
%
\def\secondAuthor{Second Author\xspace}
\def\secondAuthorID{243014000\xspace}
\def\secondAuthorDedication{To my beloved ...\\ \textit{pqr}}
%
\def\thirdAuthor{Third Author\xspace}
\def\thirdAuthorID{243014000\xspace}
\def\thirdAuthorDedication{To\\ \textit{xyz} \\ a good soul.}
%-----------------------------------------------------------
\begin{document}
\input{./Setup/front}
%-----------------------------------------------------------
% Include Chapters
%-----------------------------------------------------------
\include{./Chapters/chapter1}
\include{./Chapters/chapter2}
\include{./Chapters/chapter3}
\include{./Chapters/chapter4}
\include{./Chapters/chapter5}
%-----------------------------------------------------------
\input{./Setup/rear}
\end{document}