调整标题间距

调整标题间距

我已经使用了这个答案调整章节间距。同样的代码如果用来调整章节和子章节的间距会是什么样子?

这是我所拥有的,但它似乎不起作用。坦率地说,我不知道下面的大部分代码实际上有什么用处。我觉得我错过了section什么。

要将其更改为小节还需要做什么?

\makeatletter
\def\@makesectionhead#1{
    %%%%\vspace*{50\p@}% %%% removed!
 {\parindent \z@ \raggedleft \normalfont \centering
 \ifnum \c@secnumdepth >\m@ne
 \LARGE\bfseries \@sectapp\space \thechapter
 \par\nobreak
% \vskip 12\p@
 \fi
 \interlinepenalty\@M
 \LARGE \bfseries #1\par\nobreak
% \vskip 12\p@
 }}
\def\@makessectionhead#1{%
     %%%%%\vspace*{50\p@}% %%% removed!
 {\parindent \z@ \raggedleft \centering
 \normalfont
 \interlinepenalty\@M
 \LARGE \bfseries #1\par\nobreak
% \vskip 12\p@
 }}
\makeatother

相关内容