%% Abstract Template for SMART2022 Conference 
%% Please, do NOT change any macro
%% Just fill in the template below 
%% Save as "XXX.tex" where XXX is your LAST NAME

\documentclass[12pt,a4paper]{article}
\usepackage{amsmath,amssymb,amsthm}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\authVar}{}
\newcommand{\titleVar}{}
\newcommand{\emailVar}{}
\newcommand{\affilVar}{}
\newcommand{\coauthVar}{}
\newcommand{\coauthors}{}
\newif\ifcoauthIF
\newcommand{\Name}[1]{\renewcommand{\authVar}{#1}}
\newcommand{\Email}[1]{\renewcommand{\emailVar}{#1}}
\newcommand{\Title}[1]{\renewcommand{\titleVar}{#1}}
\newcommand{\Affiliation}[1]{\renewcommand{\affilVar}{#1}}
\newcommand{\Coauthors}[1]{\ifx&#1&\coauthIFfalse%
  \else\coauthIFtrue\renewcommand{\coauthVar}{#1}\fi}
\newcommand{\Abstract}[1]{%
  \vskip5ex{\begin{flushleft}
      \Large\titleVar
    \end{flushleft}
    \begin{flushleft}
      \emph{\large\authVar\ifcoauthIF{$^*$}\fi~(\affilVar)\ifcoauthIF{, \coauthVar}\fi}
    \end{flushleft}}
  \vskip5ex\noindent\!\!#1
  \par\noindent
  \begin{flushleft}
    \texttt{\emailVar}
  \end{flushleft}
  \clearpage
  }
\renewcommand*\labelenumi{[\theenumi]}

% Some useful mathematical multiletter symbols, you may want to use in the text
\newcommand{\NN}{\mathbb{N}}
\newcommand{\CC}{\mathbb{C}}
\newcommand{\RR}{\mathbb{R}}
\newcommand{\ZZ}{\mathbb{Z}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


\begin{document}
%% Your name and affiliation
\Name{Speaker's name}
\Affiliation{Affiliation, e.g. University of XXX}

%% Your Email address
\Email{Speaker's e-mail}

%% Coauthors' names, separated by commas. In case of no coauthors leave blank
\Coauthors{Names of coauthors}

%% Your title and abstract 
\Title{Title}

\Abstract{
Put the abstract here. It should be no more than one page including the references, if any.

If you need to add references, please use the following format, otherwise comment:

\par\noindent 
\begin{enumerate}
	\item Reference 1
	\item Reference 2
\end{enumerate}
}

\end{document}

