Appendices does not work well in a table of contents for the elsarticle class.
Example:
\documentclass[number,sort&compress,3p]{elsarticle}
\begin{document}
\begin{frontmatter}
\title{Example}
\author{Ben}
\begin{abstract}
Test
\end{abstract}
\end{frontmatter}
\tableofcontents
\section{Introduction}
Test
\appendix
\section{Extra material}
Extra
\end{document}
"Appendix A" and "Extra material" are typeset on top of each other in the table of contents. Are there any fixes to this problem?