elsarticle / cómo compartir el lugar de envío del último autor entre dos autores

elsarticle / cómo compartir el lugar de envío del último autor entre dos autores

¿Cómo comparto el lugar de la última autoría en la lista de autores del artículo entre dos autores?

El siguiente código MWE:

\documentclass[review]{elsarticle}

\usepackage{lineno}
\modulolinenumbers[5]

\journal{Journal of \LaTeX\ Templates}

\begin{document}

\begin{frontmatter}

\title{Elsevier \LaTeX\ template\tnoteref{mytitlenote}}

%%
%% the question refers to the part below ---v
%%

%% Group authors per affiliation:
\author[1]{Corresponding author\corref{cor1}}
\ead{nomail}
\author[1]{co-author I}
\author[1]{co-author II}
\ead[url]{magic universities do not have a web address}
\author[1]{co-author III}
\author[2]{co-author IV}
\author[2,3]{co-author V}
\author[2]{co-author VI}


\cortext[cor1]{Corresponding author}

\address[1]{
    Hogwarts School of Witchcraft and Wizardry,  Institute for Magic Potions,   Hogwarts, UK
}
\address[2]{
    New York School of Witchcraft and Wizardry,  Institute for Protection against dark forces, New York, USA
}
\address[3]{
    Peking School of Witchcraft and Wizardry,  Institute for Magic, Peking, China
}

\begin{abstract}
This template helps you to create a properly formatted \LaTeX\ manuscript.
\end{abstract}

\begin{keyword}

\end{keyword}

\end{frontmatter}

\linenumbers

\section{The Elsevier article class}

\bibliography{mybibfile}

\end{document}

genera esta salida: ingrese la descripción de la imagen aquí

¿Cómo logro colocar dos autores en la última posición y concatenar sus nombres con un "&" o "y" para enfatizar su igual contribución en ese trabajo? Tenga en cuenta que un autor tiene una afiliación adicional (coautor V frente a coautor VI); de lo contrario, solo usaría una \authoretiqueta e incluiría dos, por ejemplo \author[2]{co-author IV & co-author V}%\fnref{fn4}}.

ingrese la descripción de la imagen aquí

información relacionada