如何缩小给定页面标题和顶部之间的空间

如何缩小给定页面标题和顶部之间的空间

在此处输入图片描述

这张图片描述了我的问题:我想缩短标题和页面顶部之间的距离。

\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}

相关内容