我在帖子底部添加了 MWE。我想在标题下留出更多空白,因为现在这样感觉有点拥挤。有人能帮我吗?
\documentclass[twoside,openright,14paper]{memoir}
\usepackage[usenames,dvipsnames]{color}
\usepackage{graphicx}
\renewcommand\colorchapnum{\color{PineGreen}}
\renewcommand\colorchaptitle{\color{PineGreen}}
\chapterstyle{pedersen}
\begin{document}
\chapter{Chapter heading}
Words just under the chapter heading.
\end{document}
答案1
更改0.5
为您喜欢的值
\documentclass[twoside,openright,14paper]{memoir}
\usepackage[usenames,dvipsnames]{color}
\usepackage{graphicx}
\renewcommand\colorchapnum{\color{PineGreen}}
\renewcommand\colorchaptitle{\color{PineGreen}}
\chapterstyle{pedersen}%
\renewcommand{\afterchaptertitle}{\par\nobreak\vskip0.5\midchapskip}
\begin{document}
\chapter{Chapter heading}
Words just under the chapter heading.
\end{document}