
如何在兩位作者之間共享 elsarticle 作者列表中的最後作者位置?
以下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}
我如何實現將兩位作者放在最後位置並將他們的名字用“&”或“and”連接起來以強調他們在該工作中的平等貢獻?請注意,一位作者有一個額外的從屬關係(共同作者 V 與共同作者 VI),否則我將只使用一個\author
標籤並包含兩個,例如\author[2]{co-author IV & co-author V}%\fnref{fn4}}
.