答案1
您没有提供 MWE,但这里有一个可以解决它的方法。目录的标题存储在 中\contentsname
。因此,您可以使用\renewcommand{\contentsname}{\hspace{\fill} Summary \hspace*{\fill}}
将其居中。
\documentclass[12pt]{article}
\usepackage{amsmath}
\usepackage{setspace}
\usepackage{amssymb}
\usepackage{indentfirst}
\usepackage[superscript]{cite}
\usepackage[showframe]{geometry}
\geometry{top=15mm,left=15mm}
\usepackage{tocloft}
\newcommand{\toctitlefont}{\LARGE \bfseries}
\renewcommand{\cfttoctitlefont}{\centering \toctitlefont}
\renewcommand{\contentsname}{\hspace{\fill} Summary \hspace*{\fill}}
\usepackage{blindtext}
\begin{document}
\tableofcontents
\blinddocument
\end{document}
有关的:tocloft
如果您想对 ToC 进行详细定制,请使用包。