我正在使用文档类编译带有自定义页眉和页脚的报告scrreprt
。我已plain
通过scrpage2
包重新定义了页面样式的页眉和页脚,但重新定义的样式不适用于目录或之前的任何内容(请参阅下面的代码)。
如何使我重新定义的plain
页面样式应用于整个文档?
\documentclass[11pt,b5paper,twoside,openright,parskip=full,abstract=true,BCOR=0.5cm]{scrreprt}
\usepackage[automark,headsepline,plainheadsepline]{scrpage2}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern,microtype}
\usepackage{parskip,titlesec}
\usepackage{xcolor}
\usepackage{lipsum}
\addtokomafont{disposition}{\rmfamily}
\KOMAoptions{numbers=noendperiod}
\ihead[]{\headmark}
\ohead[\pagemark]{\pagemark}
\ofoot[]{}
\setheadsepline{0.5pt}[\color{black!60!white}]
\renewcommand*{\chaptermarkformat}{\chapapp~\thechapter\autodot:\enskip}
\begin{document}
\pagenumbering{roman}
\begin{abstract}
\thispagestyle{plain}
\noindent \lipsum[1-2]
\end{abstract}
\chapter*{Acknowledgments}
\lipsum[1-2]
\chapter*{Possibly another introductory chapter}
\lipsum[1-2]
\tableofcontents
\chapter{First chapter}
\pagenumbering{arabic}
\pagestyle{scrheadings}
\lipsum [1-3]
\section{Text train}
\lipsum[1-15]
\end{document}
答案1
加载后,将以下内容添加到您的序言中scrpage2
:
\pagestyle{scrheadings}