This commit is contained in:
Ming Su 2025-08-14 18:11:28 +08:00
parent d0020c576e
commit 6a5e72c9d6
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ $-- This supports Quarto's authors normalization
$if(isSM)$ $if(isSM)$
\let\oldsection\section \let\oldsection\section
\renewcommand{\section}{\clearpage\oldsection} \renewcommand{\section}{\clearpage\oldsection}
$(newpagesubsection)$ $if(newpagesubsection)$
\let\oldsubsection\subsection \let\oldsubsection\subsection
\renewcommand{\subsection}{\clearpage\oldsubsection} \renewcommand{\subsection}{\clearpage\oldsubsection}
$endif$ $endif$