\documentclass[MuTemp]{MuTemp}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Packages
\usepackage{array}
\usepackage{graphicx}
\usepackage[utf8]{inputenc}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Header
\title{Title of the Symposium}
% % Symposium Chairs
% \author[*1]{First Symposium Chair}
% \author[1,2]{Second Symposium Chair}
% \author[2]{Third Symposium Chair}
% \affil[1]{Department name, Institution 1}
% \affil[2]{Department name, Institution 2}
% % corresponding/presenting author email
% \corrauthor{correspondingauthor@email.com}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Discussants
\author{
\textbf{Symposium Chairs}\\
First Symposium Chair\textsuperscript{1},
Second Symposium Chair\textsuperscript{1,2},
Third Symposium Chair\textsuperscript{2}\\
\textsuperscript{1}Department name, Institution 1\\
\textsuperscript{2}Department name, Institution 2\\
\\
\textbf{Symposium Discussants}\\
First Discussant\textsuperscript{3},
Second Discussant\textsuperscript{4}\\
\textsuperscript{3}Department name, Institution 3\\
\textsuperscript{4}Department name, Institution 4
}
\corrauthor{chair1\_email@email1.com, discussant1\_email@email1.com }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\maketitle
\section*{Synopsis of the symposium}
Describe the scientific relevance of the symposium and its aims.
\section*{Abstract name 1}
Enter your abstract here. Ensure that your document is no longer than 5 pages in length. It is a good idea to start your abstract with some background and motivation, then describe your approach and summarize the key results.
A figure is not mandatory, but an eye-catching graphic is always good to include if it helps getting your message across. Just make sure that the total length of the document is \textbf{no more than 5 pages} (including references).
\begin{figure}[htpb!]
\begin{center}
\includegraphics[scale=0.4]{sticker-1.png}
\caption{Sample figure.}
\label{Fig}
\end{center}
\end{figure}
Any references should appear together at the end of the abstract, listed alphabetically. Cite in the text using commands \citep{gargett1984,lilly1983} or \cite{multipleyeDMP2024}.
\section*{Abstract name 2}
Please use the same format as in the Abstract 1.
\section*{Abstract name 3}
Please use the same format as in the previous Abstracts.
\section*{Abstract name 4}
Please use the same format as in the previous Abstracts.
\section*{Abstract name 5}
Please use the same format as in the previous Abstracts.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\bibliographystyle{MuTemp}
\bibliography{MuTemp}
\end{document}