在双面模式下获取外侧的页码

在双面模式下获取外侧的页码

我想使用该twoside模式进行打印,但不幸的是,页码在左页的右侧,反之亦然。我希望在outer side每页的右侧看到页码。

由于我到目前为止还没有使用任何fancy包,所以我想知道必须设置哪些选项才能获得这个包。

\documentclass[a4paper, 12pt, parskip=full-, listof=totoc, bibliography=totoc, headsepline, twoside]{scrartcl}

\usepackage[utf8]{inputenc}
\usepackage{lipsum}

\usepackage[automark, plainheadsepline]{scrlayer-scrpage}
\pagestyle{scrheadings}
\clearscrheadfoot
\ihead{\headmark}
\ofoot{\pagemark}
\newpairofpagestyles[scrheadings]{plain-custom}{\clearscrheadfoot\ofoot{\pagemark}}

\begin{document}

\newpage

\section{Introduction}

\lipsum[1-20]

\end{document}

内页页码

相关内容