插頁頁面上的 scrlayer-scrpage 頁面樣式

插頁頁面上的 scrlayer-scrpage 頁面樣式

我想更改插頁的頁面樣式。我目前的例子:

\documentclass{scrbook}
\usepackage[headsepline=1pt]{scrlayer-scrpage}
\ohead{\pagemark} 
\ihead{\headmark} 
\chead{} 
\ofoot{}\ifoot{}\cfoot{}
\usepackage{blindtext}

\begin{document}
    \Blinddocument
    \clearpage
    \blindtext
    \cleardoublepage
    \Blinddocument
\end{document}

第 18 頁是插頁,頁面樣式為空。我想將頁面樣式更改為 scrheadings,以便我擁有與其他頁面相同的標題。我很確定我不久前看到過一個選項,但現在我在文件中找不到任何內容。

答案1

插頁的頁面樣式可以透過以下方式設定

\KOMAoptions{cleardoublepage=scrheadings}

相關內容