这张图片描述了我的问题:我想缩短标题和页面顶部之间的距离。
\documentclass[12pt,notitlepage]{thesis}
\titleformat{\chapter}[display]
{\normalfont\centering\Large\bfseries}{\filcenter{\MakeUppercase{\textbf{\chaptertitlename}}\@Chapter\ \thechapter}}{16pt}{\Large}
\begin{document}
\frontmatter
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
\parindent=0in
\parskip=5pt
\pagestyle{plain}
\fancyhf{}
\fancyhead[C]{\thepage}
% \cfoot{\thepage}
\chapter*{\large{Abstract}}
\end{document}