\documentclass[review]{elsarticle}
\usepackage{lineno,float,graphicx,lipsum}
\usepackage{titling}
\usepackage[table, dvipsnames]{xcolor}
\usepackage{microtype}
\usepackage{color, colortbl}
\usepackage{amsmath}
%\usepackage{ltxfront}
\usepackage{subcaption}
\usepackage{enumitem}
\usepackage{indentfirst}
\usepackage[version=4]{mhchem}
\usepackage{hyperref}
\DeclareGraphicsExtensions{.pdf,.jpg,.png}
\modulolinenumbers[5]
\begin{document}
***\begin{frontmatter}***
\title{blah blah blah %\tnotetext[mytitlenote]{Fully documented templates are available in the elsarticle package on \href{http://www.ctan.org/tex-archive/macros/latex/contrib/elsarticle}{CTAN}.}
%% Group authors per affiliation:
\author{M.Sobhani Sanjabad}%\fnref{myfootnote}
\address{Razi University, Ardabil, Iran}
\author{T.Rajaeei}%\fnref{myfootnote}
\address{University of Qom, Qom, Iran}
\author{A.Dolatimehr}%\fnref{myfootnote}
\address{Istanbul Technical University}
\cortext[mycorrespondingauthor]{A.Dolatimehr}
\ead{[email protected]}
\begin{abstract}
blah blah blah ....
\end{abstract}
\begin{keyword}
\texttt{elsarticle.cls} \sep forecasting \sep Genetic programming \sep wavelet \sep ANN method
\MSC[2010] 00-01\sep 99-00
\end{keyword}
\linenumbers
***\end{frontmatter}***
出现此错误
! LaTeX Error: Something's wrong--perhaps a missing \item.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
***\end{frontmatter}***
我怎样才能解决这个问题?
答案1
使用时不要加载改变格式的包,elsarticle
因为该类用于提交给 Elsevier,他们不想要奇怪或个性化的标题或其他元素。
对于您来说,请避免titling
(这也是ltxfront
RevTeX 的一部分)。