章节第一页没有标题

问题描述 投票:0回答:1

我在我的Latex文档中使用scrpage2包在每个页面上生成标题。现在我得到一个标题,上面写着当前章节的名称和一个字幕。但我不希望每章的第一页上有这个标题,我该怎么做?

这是我的代码:

\usepackage[plainheadsepline,headsepline]{scrpage2}

\pagestyle{scrheadings}

\ihead[\sffamily \upshape \bfseries \headmark]{\sffamily \bfseries \upshape \headmark}

\chead[]{}

\ohead[]{}

\ifoot[]{}

\cfoot[]{}

\ofoot[\sffamily \pagemark]{\sffamily \pagemark}

\automark[]{chapter}

\renewcommand*{\chapterheadendvskip}{\vspace*{1\baselineskip}}
latex
1个回答
0
投票

命令\thispagestyle{empty}应该从一个页面中专门删除标题。

© www.soinside.com 2019 - 2024. All rights reserved.