I'm using an Elsevier template to submit an article to my university, who do not supply any template themselves. However, there are two things I need to change. Please refer to the code below.
- The superscripts for the author addresses need to be * and +. Currently they are a and b.
- The first page footer must be removed. (Omission of the \journal command still results in a footer.)
Code: Select all
\documentclass[final,5p,times,twocolumn]{elsarticle}
\journal{A Journal}
\begin{document}
\begin{frontmatter}
\title{A Title}
\author[label1]{A. N. Author}
\author[label2]{A. N. Other}
\address[label1]{A label}
\address[label2]{Another label}
\begin{abstract}Abstract\end{abstract}
\begin{keyword}Keywords \sep go \sep here\end{keyword}
\end{frontmatter}
\section{Introduction}
The article starts here.
\end{document}