我想使用该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}