저자 소속 위 첨자가 제목에 제대로 표시되지 않음

저자 소속 위 첨자가 제목에 제대로 표시되지 않음

나는 Elsevier 기사 클래스를 사용하여 내 소속의 번호를 올바르게 매기려고 노력하면서 짜증나는 시간을 보내고 있습니다.

\documentclass{elsarticle}
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{lineno}
\usepackage{multirow}
\usepackage{booktabs}

\journal{Prestigious Journal}

\title{Baldrick has a Clever Title}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Add Authors
\author[add1]{Author1 \corref{cor1}}
\ead{[email protected]}

\author[add1]{Author2}
\ead{[email protected]}

\author[add2]{Author3}
\ead{[email protected]}

\cortext[cor1]{Corresponding author}

\address[add1]{School of Turnip Engineering}
\address[add2]{School of Sausage Engineering}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{document}

\maketitle

\begin{linenumbers}
\begin{frontmatter}

\begin{abstract}
%% Text of abstract
Turnips go well with sausages.\\ 

\end{abstract}

\begin{keyword}
Turnips \sep More Turnips 
\end{keyword}

\end{frontmatter}
\end{linenumbers}
\end{document}

소속이 잘못 표시된 코드 출력

위 첨자가 잘못되었습니다(그러나 적어도 순차적으로는 정확함). 나는 많은 변형을 시도했습니다. 이견있는 사람?

답변1

사용하지 않으면 번호 매기기가 정상적으로 돌아가는 것 같습니다.\begin{frontmatter}...\end{frontmatter}

\documentclass{elsarticle}
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{lineno}
\usepackage{multirow}
\usepackage{booktabs}

\journal{Prestigious Journal}

\title{Baldrick has a Clever Title}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Add Authors
\author[add1]{Author1 \corref{cor1}}
\ead{[email protected]}

\author[add1]{Author2}
\ead{[email protected]}

\author[add2]{Author3}
\ead{[email protected]}

\cortext[cor1]{Corresponding author}

\address[add1]{School of Turnip Engineering}
\address[add2]{School of Sausage Engineering}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{document}

\maketitle

\begin{linenumbers}
%\begin{frontmatter}

\begin{abstract}
%% Text of abstract
Turnips go well with sausages.\\ 

\end{abstract}

\begin{keyword}
Turnips \sep More Turnips 
\end{keyword}

%\end{frontmatter}
\end{linenumbers}
\end{document}

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

관련 정보