elsarticle / 두 저자 사이에서 마지막 저자 배송 위치를 공유하는 방법

elsarticle / 두 저자 사이에서 마지막 저자 배송 위치를 공유하는 방법

두 저자 사이에서 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}}.

여기에 이미지 설명을 입력하세요

관련 정보