我正在尝试弄清楚如何更改标题的位置。我希望标题与文档的页码位于同一位置。请参阅所附照片:
这是我目前的代码:
\documentclass[11pt,a4paper,twoside]{article}
\usepackage[headsepline,automark]{scrlayer-scrpage}
\clearpairofpagestyles
\ihead{\leftmark}
\ofoot{\pagemark}
\begin{document}
\section{Abstract}
fngf
%\markboth{<left heading text>}{<right heading text>}
\subsection{Abstract}
fngf
\newpage
dgdfbhdthnfghnrfgfgtfrdfvjdnlsedvglneas
\end{document}
先感谢您!
答案1
更改\ihead{\leftmark}
为\ohead{\leftmark}
将使页码和标题保持在页面的同一侧对齐。