如何仅删除某些页面上的标题?

如何仅删除某些页面上的标题?

我想删除某些页面的标题,比如附录。有人知道怎么做吗?

这是我的代码:

\usepackage[utf8]{inputenc}
\usepackage[headsepline,automark]{scrlayer-scrpage}
\clearpairofpagestyles
\ihead{\rightmark}
\ofoot{\pagemark}
\addtokomafont{pageheadfoot}{\upshape\bfseries}
\addtokomafont{pagenumber}{\bfseries}
\KOMAoptions{onpsinit=\setstretch{1}}
\renewcommand*\chaptermarkformat{}
\renewcommand*\chapterpagestyle{scrheadings}

\title{BSP}
\author{author}
\date{February 2021}

\begin{document}

\maketitle
\section{f}
.....
\section{b}
.....
\section{d}


\end{document}

相关内容