
내 섹션 중 일부에 대해 이 작업을 수행하고 싶지만 전부는 아닙니다. 또한 현재 간격을 유지하고 싶습니다. 예를 들어 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}