add newpagesubsection option in SM
This commit is contained in:
parent
2fa5940ba7
commit
d0020c576e
|
@ -16,8 +16,10 @@ $-- 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)$
|
||||||
\let\oldsubsection\subsection
|
\let\oldsubsection\subsection
|
||||||
\renewcommand{\subsection}{\clearpage\oldsubsection}
|
\renewcommand{\subsection}{\clearpage\oldsubsection}
|
||||||
|
$endif$
|
||||||
\renewcommand{\thetable}{S\arabic{table}}
|
\renewcommand{\thetable}{S\arabic{table}}
|
||||||
\renewcommand{\thefigure}{S\arabic{figure}}
|
\renewcommand{\thefigure}{S\arabic{figure}}
|
||||||
\renewcommand{\theequation}{S\arabic{equation}}
|
\renewcommand{\theequation}{S\arabic{equation}}
|
||||||
|
|
Loading…
Reference in New Issue