これをすべてのセクションではなく、一部のセクションで実行したいと思います。また、現在の間隔を維持したいと思います。たとえば、vspacing がセクション タイトルから本文テキストまで 1cm (100% ズーム時) の場合、サブタイトルから本文テキストまでも 1cm にしたいと思います。
ありがとう。
答え1
セクションのサブタイトルを目次に表示する必要がある場合は、次のようにします。
\documentclass[10pt]{article}
\begin{document}
\tableofcontents
\section[Section Title. Section Subtitle]{Section
Title\\ {\large Section Subtitle}}
\section{Another Section}
\end{document}