答案1
如果您能提供 MWE(从\documentclass...
到类似\chapter{...} \end{document}
)来展示您所做的工作,那将非常有帮助。因此,以下是关于可能解决您问题的猜测 --- 您只显示了结果,而不是您如何得到它。(实际上,我遵循了要求,表现得友善。--- GOM)
% memabstocprob.tex SE 600887
\documentclass{memoir}
\begin{document}
\frontmatter
\tableofcontents
% no idea where \textcolor{dshs} comes from
\renewcommand{\abstractname}{\Large\bfseries\sffamily%\textcolor{dshs}
{Abstract}}
%\abstractintoc % adds \abstractname into the ToC
\begin{abstract}
\addcontentsline{toc}{chapter}{Abstract} % just adds Abstract into the ToC
THE ABSTRACT TEXT.
\end{abstract}
\mainmatter
\chapter{One}
\section{one}
\end{document}