包含章节的网站上缺少页眉和页脚

包含章节的网站上缺少页眉和页脚

我正在使用 facyhdr,每次创建新章节时,网站就没有页眉或页脚了。有人能帮帮我吗?

\documentclass[11pt,a4paper,abstracton,fleqn]{scrreprt}

\usepackage{fancyhdr}

\renewcommand*\chapterheadstartvskip{\vspace*{-0.3cm}}
\pagestyle{fancy} 
\lhead{}
\chead{}
\rhead{}
\lfoot{}
\cfoot{}
\rfoot{\thepage}
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}

%titelpage

\newpage\thispagestyle{fancy}
{\let\clearpage\relax \chapter{}}
\pagestyle{fancy}

相关内容