\documentclass[10pt, conference]{IAES2024}
\usepackage[top=1.50cm, bottom=1.50cm, left=1.884cm, right=1.884cm, includehead, includefoot, heightrounded]{geometry}
\usepackage{fancyhdr} % To use headers
\usepackage{graphicx} %To use graphics package
\usepackage[textfont=bf, font = normalsize]{caption} %To use bold and normal size font for table and figure captions
\usepackage{floatrow} %To have table captions above the table
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{amsmath}
%\usepackage[sort&compress,numbers]{natbib}
%\usepackage{natbib}
%\setcitestyle{numbers,square,citesep={,}}
\usepackage[square,numbers,sort&compress]{natbib}
\floatstyle{plaintop} %To have table captions above the table
\restylefloat{table} %To have table captions above the table
\usepackage{subfigure} % To use subfigures
\floatsetup{font = normalsize} %Size of font in tables
%\renewcommand{\thesection}{\arabic{section}}
%\renewcommand{\thesubsection}{\thesection.\arabic{subsection}}
%\renewcommand{\thesubsubsection}{\thesubsection.\arabic{subsubsection}}
\rhead{
\sffamily\fontsize{9}{11}\selectfont
\vspace{-0.5cm}
\textbf{Proceedings of the International Conference on Advances in Aerospace and Energy Systems\\ April 04-06, 2024, Liquid Propulsion Systems Centre (ISRO), Thiruvananthapuram-695547, Kerala, India} \\ \vspace{0.15cm}
\large{\textbf{IAES-2024-YYY}}}
%Your "2" or "3" digit paper ID. If your paper ID is two digit, e.g. 36, YYY should be replaced by 36, don’t use 036.)
\renewcommand{\headrulewidth}{0pt}
\makeatletter
\renewcommand{\thesection}{\arabic{section}}
\renewcommand{\thesubsection}{\thesection.\arabic{subsection}}
\renewcommand{\p@subsection}{}
\renewcommand{\thesubsubsection}{\thesubsection.\arabic{subsubsection}}
\renewcommand{\p@subsubsection}{}
\makeatother
\begin{document}
\title{\LARGE{ \bf The Title of an Extended Abstract for IAES 2024 prepared using LaTeX}\vspace{-9mm}}
\author{\textbf{Author A\textsuperscript{1}, Author B\textsuperscript{2}, Author C\textsuperscript{3}, and Author D\textsuperscript{1}}\\
\textsuperscript{1}\small{Department of Aerospace Engineering, IIST, Thiruvananthapuram-695547, India }\\
\textsuperscript{2} \small{Centre for High Energy Physics, IISc, Bengaluru-560012, India }\\
\textsuperscript{3} \small{Planetary Sciences Division, PRL, Ahmedabad-380009, India }}
\maketitle
\thispagestyle{fancy}
\pagestyle{plain}
\section{{\textbf{INTRODUCTION}}}
\noindent
Write your introduction section here in 10 point Times New Roman, unbold. The introduction part should give the necessary background and motivation behind the work. The citations of referenced work may be bracketed \cite{Gsell2017,Panton2009} appropriately \cite{Pascal2000}. \\
\section{\textbf{MATERIALS AND METHODOLOGY}}
\noindent
Write your texts here in 10 point Times New Roman, unbold. This part should contain the description of the computational, experimental and analytical investigations. Necessary citations may be bracketed \cite{Pascal2000} appropriately.
\begin{eqnarray}
\frac{\partial u_i}{\partial x_i}&=&0 \label{eq1} \\
\frac{\partial u_i}{\partial t} + \frac{\partial (u_i u_j)}{\partial x_j} &=& -\frac{\partial p}{\partial x_i} + \sqrt{\frac{Pr}{Ra}}\frac{\partial^2 u_i}{\partial x_j \partial x_j} + \delta_{iy}\theta \label{eq2}
\end{eqnarray}
All Figures and Tables are to be cited within the texts. Figure and Table captions must be written in 10-point Arial, bold as indicated below. Figure captions should appear at the bottom of the Figure, while Table captions should appear on the top of the Table.
\begin{figure}
\centering
\includegraphics[width=0.3\textwidth]{figure1.eps}
\caption{Variations of Y with respect to X.}
\label{figure1}
\end{figure}
\section{\textbf{RESULTS AND DISCUSSION}}\label{sec3}
\noindent
Discussion of the results is to be written here in 10-point Times New Roman, unbold. All Figures are to be cited within the text. Results obtained may be compared with published data wherever applicable, and necessary citations bracketed \cite{Gsell2017,Panton2009,Pascal2000} appropriately.
\subsection{\textbf{Subtitle}}\label{sec2p1}
Write text matter here in 10-point Times New Roman, unbold. All Figures are to be cited within the texts.
\begin{table}
\centering
\caption{The values of the fitting parameters}%\vspace{-10pt}
\begin{tabular}{|c|c|c|c|c|}
\hline
$\delta(\%)$ & $A_{pl}$ & $\beta_{pl}$& $A_{bg}$ &$\beta_{bg}$ \\
\hline
$0$&$0.138$ &$-0.197$ &$0.553$ & $-0.269$\\
$0.1$&$0.115$ &$-0.198$ &$0.838$ &$-0.279$ \\
\hline
\end{tabular}
\label{table2}
\end{table}
\bibliographystyle{amsplain}
\bibliography{IAES2024}
\vspace{0.5cm}
\noindent
\textbf{Notes to Author(s)}
\begin{itemize}
\item{The extended abstract is restricted to a maximum of 2 pages.}
\item{In each section, sub-sectioning if required, can be done appropriately.}
\item{Once the paper is compiled, remove all the instructions, if any, in this template.}
\item{Please remove this ''Notes to Author(s)'' in the submission.}
\end{itemize}
\end{document}