当我在 moderncv fancy 主题中为某个部分或子部分添加长标题时,该部分/子部分的第二行将打印在标题的最后一行下方,这对我来说似乎是错误的。当然,我可以使用 vspace 来让行回到它所属的位置,但这真的很不酷而且很肮脏。还有其他方法可以做到这一点吗?以下是正在发生的事情的一个简单示例:
\documentclass[11pt,a4paper]{moderncv}
\moderncvtheme[blue]{fancy}
\firstname{Lieselotte}
\familyname{Meier}
\begin{document}
\section{This is the caption of a section or subsection taking two or more lines}
\cvlistdoubleitem{A double item}{But may also be a cvline or a cvitem}
\cvline{in all the cases}{there will be to much space above this}
\end{document}