考虑以下代码:
\documentclass[12pt]{article}
\usepackage{titlesec}
\titlespacing\section{0pt}{32pt}{12pt}
\flushbottom
\begin{document}
\section{Section}
Body.\par
Body.\par
\section{Section}
Body.\par
Body.\par
\section{Section}
Body.\par
Body.\par
\pagebreak
\end{document}
这是输出:
然而,我想确切地每个标题和正文之间相隔 12pt,同时保持其余部分的拉伸以使内容填满整个页面。
我怎样才能做到这一点?