elsarticle / 2 人の著者間で最終著者シップの場所を共有する方法

elsarticle / 2 人の著者間で最終著者シップの場所を共有する方法

elsarticle の著者リストの最終著者の場所を 2 人の著者間で共有するにはどうすればよいですか?

次の 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}

次の出力を生成します: ここに画像の説明を入力してください

2 人の著者を最後の位置に配置し、名前を「&」または「and」で連結して、その研究における同等の貢献を強調するにはどうすればよいですか? 1 人の著者には 1 つの追加所属 (共著者 V と共著者 VI) があることに注意してください。それ以外の場合は、1 つの\authorタグを使用して 2 つを含めます (例: ) \author[2]{co-author IV & co-author V}%\fnref{fn4}}

ここに画像の説明を入力してください

関連情報