答案1
使用起来很简单titlesec
:
\documentclass{article}
\usepackage{titlesec}
\titlespacing{\paragraph}{0pt}{*3.25}{*1.05}
\begin{document}
Some text. Some more text. Some more text. Some more text. Some more text. Some more text. Some more text. Some more text. Some more text.
\paragraph{Paragraph title.} And now for another text.
\noindent\textbf{Paragraph title.} And now for another text.
\end{document}
最后两个参数\titlespacing
使用简化的语法:对于与前一个文本的垂直间距,*3.25
意味着3.25ex
具有一定的可拉伸性和微小的可收缩性。最后一个参数是与段落标题后的文本的间距,也*1.05
意味着1.05ex
具有一定的可拉伸性,但不能收缩。