
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}