% This is a template tex file to write the summary of your contribution to
% the Sixteenth International Conference Zaragoza-Pau on Mathematics
% and its Applications. You must typeset it with the LaTeX format.

% =========================================================================
% DO NOT MODIFY THE FOLLOWING LINES
% =========================================================================
% |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
% VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV
\documentclass[a4paper]{article}

\setlength{\oddsidemargin}{9.6mm}
\setlength{\evensidemargin}{\oddsidemargin}
\setlength{\textwidth}{140mm}
\setlength{\textheight}{227mm}
\setlength{\topmargin}{9.6mm}
\setlength{\headheight}{0pt}
\setlength{\headsep}{0pt}

\makeatletter
\newcommand{\TITLE}[2][]{
  \begin{center} \Large \bfseries #2%
  \def\@temp{#1}\ifx\@temp\@empty\relax\else\footnote{#1}\fi\end{center}}

\newcommand{\AUTHOR}[2][]{\textbf{#2}%
  \def\@temp{#1}\ifx\@temp\@empty\relax\else\textsuperscript{#1}\fi}

\newcommand{\ADDRESS}[2]{\noindent
  \textsuperscript{#1}\parbox[t]{0.9\textwidth}{#2}\medskip\par}

\renewcommand{\section}{\@startsection {section}{1}{0pt}%
    {-3.5ex \@plus -1ex \@minus -.2ex}{2.3ex \@plus.2ex}%
    {\normalfont\normalsize\bfseries}}
 \makeatother

\newcommand{\SUMMARY}{\section*{\hfill SUMMARY\hfill\mbox{}}}
\newcommand{\KEYWORDS}[1]{\paragraph{Keywords:} #1\par}
\newcommand{\AMSCLASSIFICATION}[1]{\paragraph{AMS Classification:} #1\par}

\IfFileExists{amsfonts.sty}{\usepackage{amsfonts}%
  \let\SetsFont\mathbb}{\let\SetsFont\mathbf}
\newcommand{\Nset}{\ensuremath{\SetsFont{N}}}
\newcommand{\Zset}{\ensuremath{\SetsFont{Z}}}
\newcommand{\Qset}{\ensuremath{\SetsFont{Q}}}
\newcommand{\Rset}{\ensuremath{\SetsFont{R}}}
\newcommand{\Cset}{\ensuremath{\SetsFont{C}}}

\renewcommand{\thefootnote}{\fnsymbol{footnote}}
\setcounter{footnote}{1}
\pagestyle{empty}

\newcommand{\HEADING}{{\noindent \footnotesize Sixteenth International Conference Zaragoza-Pau on Mathematics and its Applications \\ Jaca, September
7--9th 2022}\vspace{10pt}\par}
% ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
% |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
% =========================================================================
% DO NOT MODIFY THE PRECEDING LINES
% =========================================================================

\begin{document}

\HEADING

% Write here the title of your communication.
\TITLE{Title of the communication}

% Use the next line and remove the preceding one if you need to add
% a footnote or an acknowledgement to the title
%
%\TITLE[footnote or acknowledgement]{Title of the communication}

% Write the name of the authors. Identify them with a number in order
% to indicate later the corresponding affiliation. If two or more authors
% share the same address, group them and associate a number only to
% the last one. For example, if there are three authors and the first and
% the second share the same affiliation, you should write something like
% this:

\begin{center}
 \AUTHOR{First Author},
 \AUTHOR[1]{Second Author},
 \AUTHOR[2]{Third Author},
 \AUTHOR[2]{Fourth Author}
\end{center}

% Write below the text of the summary

\SUMMARY

This is a sample text.  If you wish, you can include references to
articles (cf.  \cite{label2}), books (cf.  \cite{label1}), proceedings
(cf.  \cite{label3}),\ldots If required, please use the commands
\verb+\Nset+, \verb+\Zset+, \verb+\Qset+, \verb+\Rset+ and
\verb+\Cset+ to denote, respectively, the sets of nonnegative integer,
integer, rational, real and complex numbers.  For example, you can
write \verb+$f:\Rset\to\Rset$+ to obtain $f:\Rset\to\Rset$.

% Write the keywords, separated by commas

\KEYWORDS{first word, second word, third word,\ldots}

% Write at most three codes to identify the subject of your
% communication according to the AMS classification

\AMSCLASSIFICATION{First code, second, third}

% Write any cited references. If your summary contains no references,
% remove the lines from \begin{thebibliography} to \end{thebibliography}.
% Please, for homogeneity, follow the patterns below.
% Write the authors' names as in the following examples:
%
% One author: J. Smith
% Two authors: F. J. L\'opez and J. Smith
% Three authors: L. Armand, F. J. L\'opez and J. Smith
%
% Below, change {9} to {99} if you cite more than 9 references

\begin{thebibliography}{9}

  % Pattern for book entries.
  \bibitem{label1} \textsc{Authors}. \emph{Book title}.
    Publisher, city, year.

 % Pattern for articles
  \bibitem{label2} \textsc{Authors}. Article title.
  \emph{Name of the journal} \textbf{volume}(number),
  first page--last page, year.

  % Pattern for proceedings. Write the editors' names like
  % authors' names
  \bibitem{label3} \textsc{Authors}. Article title.
  In \emph{Proceedings title}, editors' names (eds.),
  pp. first page--last page. Publisher, city, year.

\end{thebibliography}
\vspace{3ex}

% Finally, write the complete affiliation of the authors

\ADDRESS{1}{
Department  \\
University \\
email: \texttt{name@computer.org.country}}

\ADDRESS{2}{
Department  \\
University \\
email: \texttt{name@computer.org.country}}

\end{document}

