我的章节和整个文档都在使用scrheadings
。如何删除页脚(仅在章节页面中),并生成不同的页眉?
答案1
调整页面样式scrplain
,即章节起始页的样式。您可以使用scrpage2
诸如 等命令\ihead
的可选参数来执行此\ohead
操作。它在 KOMA Script 手册中有描述,只需查找 即可scrplain
。
更新
现代版本的 KOMA-script 包 scrlayer-scrpage
处理页眉和页脚。但机制是一样的。
\ihead[chapterstart/plain]{\leftmark{} on normal pages}
\ofoot[soda pop]{\pagemark}
与往常一样,您可以在 KOMA 手册中找到更多信息。