KOMA 字体章节标题在背面左侧参差不齐

KOMA 字体章节标题在背面左侧参差不齐

考虑以下 MWE:

\documentclass{scrbook}

\usepackage{showframe}
\usepackage{blindtext}

\begin{document}

\section{Foo}

\blindtext

\clearpage

\section{Bar}

\blindtext

\end{document}

我想让章节标题在背面(偶数页)上向左偏移(即向内边距偏移)。我该怎么做?

答案1

这似乎很好

\renewcommand*{\raggedsection}{\Ifthispageodd{}{\raggedleft}}

相关内容