答案1
如果使用类(类memoir
的超集),则:book
report
% headerprob.tex SE 561234
\documentclass{memoir}
\usepackage{lipsum}
\makeheadrule{ruled}{0pt}{0pt} % eliminate the rule from the ruled pagestyle
\pagestyle{ruled} % does not include Chapter
\begin{document}
\chapter{First}
\lipsum
\chapter{Second}
\lipsum
\lipsum
\lipsum
\end{document}
否则,我认为您必须定义自己的页面样式,这将涉及更改\chapter
定义,除非您是专家,否则您可能不想这样做。