本章第一页没有页眉

  • 本文关键字:第一页 latex
  • 更新时间 :
  • 英文 :


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

这是我的代码:

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*{1baselineskip}}

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

最新更新