如何為章節標題新增副標題?

如何為章節標題新增副標題?

我想對我的某些部分(但不是全部)執行此操作。我還想保持目前的間距;例如,如果從章節標題到正文的 vspacing 為 1 厘米(100% 縮放時),那麼我希望從副標題到正文的間距為 1 厘米。

謝謝。

答案1

如果該部分的副標題必須顯示在目錄中,則使用:

\documentclass[10pt]{article}
\begin{document}
\tableofcontents
\section[Section Title. Section Subtitle]{Section 
   Title\\ {\large Section Subtitle}}
\section{Another Section}
\end{document}

相關內容