\documentclass{thesis-library}
\usepackage{lipsum}
\setcode{utf8}
% Abbreviations List
\newacronym{asu}{ASU}{Applied Science Private University} % Use \Gls{asu} in the text
\begin{document}
\newcommand{\thesisTitle}{[Thesis Title]}
\newcommand{\subtitle}{[ Subtitle - \RL{العنوان الفرعي} ]}
\newcommand{\byLabel}{By:}
\newcommand{\studentName}{[Student Name]}
\newcommand{\supervisorLabel}{Supervisor:}
\newcommand{\supervisorName}{[Supervisor Name]}
\newcommand{\coSupervisorLabel}{Co-Supervisor:}
\newcommand{\coSupervisorName}{[Co-Supervisor Name]}
\newcommand{\degreeLineALabel}{This thesis proposal was submitted in Partial Fulfillment of the}
\newcommand{\degreeLineBLabel}{Requirements for the Master’s Degree}
\newcommand{\majorName}{In Computer Science}
\newcommand{\universityName}{Applied Science Private University}
\newcommand{\deanshipName}{Deanship of Scientific Research and Graduate Studies}
\newcommand{\regionName}{Amman - Jordan}
\newcommand{\degreeyearName}{[2023]}
\newcommand{\degreemonthName}{[February]}
\makecoverpage
%\makeapprovalpage
\pagenumbering{roman}
\chapter*{Dedication}
\addcontentsline{toc}{chapter}{Dedication}
\lipsum[1]
\chapter*{Acknowledgments}
\addcontentsline{toc}{chapter}{Acknowledgments}
\lipsum[2-3]
\newpage
\listofabbreviations
\tableofcontents
\newpage
\listoffigures
\newpage
\listoftables
\chapter*{Abstract}
\addcontentsline{toc}{chapter}{Abstract}
\Gls{asu}
\lipsum[4-5]
\newpage
\pagenumbering{arabic}
\printchaptertitle{Introduction}
\newpage
\Gls{asu}
\lipsum[6-7]
\section{Background}
\lipsum[8-9]
\section{Problem Statement}
\lipsum[10-11]
\section{Objectives}
\lipsum[12]
\section{Research Questions}
\lipsum[13]
\section{Significance of the Study}
\lipsum[14]
\printchaptertitle{Literature Review}
\lipsum[15-16]
\printchaptertitle{Methodology}
\lipsum[17-18]
\begin{table}[htbp]
\caption{Table Type Styles}
\begin{center}
\begin{tabular}{|c|c|c|c|}
\hline
\textbf{Table}&\multicolumn{3}{|c|}{\textbf{Table Column Head}} \\
\cline{2-4}
\textbf{Head} & \textbf{\textit{Table column subhead}}& \textbf{\textit{Subhead}}& \textbf{\textit{Subhead}} \\
\hline
copy& More table copy$^{\mathrm{a}}$& & \\
\hline
\multicolumn{4}{l}{$^{\mathrm{a}}$Sample of a Table footnote.}
\end{tabular}
\label{tab1}
\end{center}
\end{table}
\section{Research Design}
\lipsum[19-20]
\begin{figure}[htbp]
\centering
\includegraphics[width=0.5\textwidth]{images/dummy-post-horisontal.jpg}
\caption{Example image}
\label{fig:example}
\end{figure}
\section{Data Collection}
\lipsum[21-22]
\section{Data Analysis}
\lipsum[23-24]
\printchaptertitle{Results}
\lipsum[25-26]
\section{Analysis of Data}
\lipsum[27-28]
\section{Results of Hypotheses Testing}
\lipsum[29-30]
\printchaptertitle{Discussion}
\Gls{asu}
\lipsum[31-32]
\section{Discussion of Results}
\lipsum[33-34]
\section{Implications}
\Gls{asu}
\lipsum[35-36]
\section{Limitations}
\lipsum[37-38]
\printchaptertitle{Conclusion}
\lipsum[39-40]
\section{Concluding Remarks}
\lipsum[41-42]
\section{Recommendations for Further Research}
\lipsum[43]
\cite{app12136490}
\renewcommand{\bibname}{References}
\bibliographystyle{plain}
\bibliography{references.bib}
\end{document}