我正在使用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}}
答案 0 :(得分:0)
命令\thispagestyle{empty}
应该从一页中专门删除标题。