我想将章节标题放在单独的页面上。我为此使用了 titlesec 包。但我还想将章节的目录放在同一个单独的页面上(即章节标题页)。目前,我使用 minitoc 作为章节目录。我如何将这个 minitoc 放在 titlesec 中?
\usepackage{titlesec}
\titleformat{\chapter}[display]
{\normalfont\Large\filcenter\sffamily}
{\titlerule[1pt]%
\vspace{1pt}%
\titlerule
\vspace{1pc}%
\LARGE\MakeUppercase{\chaptertitlename} \thechapter}
{1pc}
{\titlerule
\vspace{1pc}%
\Huge}
[\newpage] % creates the new page
答案1
只需将 放在\minitoc
之前即可\newpage
:
[\minitoc\newpage]