I am using following complete-template at overleaf Elsevier's CAS LaTeX Double-Column Template - Overleaf. Whey I try to add newtx package using \usepackage{newtx}, I get a compilation error.
bare tex:
\documentclass[a4paper,fleqn]{cas-dc}
\usepackage[authoryear,longnamesfirst]{natbib}
\begin{document}
\let\WriteBookmarks\relax
\def\floatpagepagefraction{1}
\def\textpagefraction{.001}
\shorttitle{Leveraging social media news}
\shortauthors{CV Radhakrishnan et~al.}
\title [mode = title]{This is a specimen $a_b$ title}
\tnotemark[1,2]
\cortext[cor1]{Corresponding author}
\begin{abstract}
This template helps you to create a properly formatted \LaTeX\ manuscript.
\noindent\texttt{\textbackslash begin{abstract}} \dots
\texttt{\textbackslash end{abstract}} and
\verb+\begin{keyword}+ \verb+...+ \verb+\end{keyword}+
which
contain the abstract and keywords respectively.
\noindent Each keyword shall be separated by a \verb+\sep+ command.
\end{abstract}
\maketitle
\section{Introduction}
The Elsevier cas-dc class is based on the
\end{document}
Based on following answer (How can I prevent newtx to change fonts format in `\section{}` and `\subsection{}`?); I have tried to include newtx to gain space. I am not sure do I require to add it since I am not using IEEEtran.
When I try to add \usepackage{newtx} I am getting following error:
amsthm NOT loaded
! LaTeX Error: Too many symbol fonts declared.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.614 ...lareSymbolFont{symbolsC}{U}{ntxsyc}{m}{n}
?
Is it possible to fix this error?