我正在尝试在使用 KOMA 时删除章节和空白页的顶部分隔线(我希望底部仍然保留)。希望有人能帮助我。
答案1
答案2
以下是我的问题的答案:
我将空白页面样式重新定义为纯文本:
%%% renew style of empty pages
\makeatletter
\renewcommand*{\cleardoublepage}{\clearpage\if@twoside \ifodd\c@page\else
\hbox{}%
\thispagestyle{plain}%
\newpage%
\if@twocolumn\hbox{}\newpage\fi\fi\fi}
\makeatother
并将 plainfootsepline 选项添加到 scrbook
\documentclass[
a4paper,
headsepline,
footsepline,
plainfootsepline
]{scrbook}