我目前正在写论文,论文的页码有限制,我用 quotchap 来标记章节。我设法使用另一个答案中的一些代码来减少章节号的大小,但是我想将数字移到页面上方,因为它目前占据了我页面的一半。有什么办法吗?
这是我现在的代码;
\usepackage[grey,times]{quotchap}
\makeatletter
\renewcommand*{\chapnumfont}{%
\usefont{T1}{\@defaultcnfont}{b}{n}\fontsize{100}{150}\selectfont% Default:100/130
\color{chaptergrey}%
}
\makeatother
答案1
您可以使用以下方法将章节编号进一步上移:
\renewcommand{\chapterheadstartvskip}{\vspace*{-3\baselineskip}}
我现在把 -3 放在那里,你可以通过使数字变得更负来将其进一步向上移动。