LOF 中的“图形页面”标题未显示在所有页面中

LOF 中的“图形页面”标题未显示在所有页面中

我的图表列表有 3 页。我需要图表和页面标题出现在所有页面中,但出于某种原因,它们只出现在第一页和第二页,而不是第三页。我正在使用ASU 论文模板。我相信的相关代码是:

\documentclass{memoir}

\pagestyle{ASUlof}
\listoffigures

% List of Figures (LOF)
\copypagestyle{ASUlof}{ASU}
  \makeevenhead{ASUlof}{Figure}{}{Page}
  \makeoddhead{ASUlof}{Figure}{}{Page}
\copypagestyle{ASUlofFirst}{ASU}       
  \makeevenhead{ASUlofFirst}           
{}
{\printchaptertitle{\listfigurename}}
{} 
  \makeoddhead{ASUlofFirst}
{}
{\printchaptertitle{\listfigurename}}
{}  
\renewcommand{\lofheadstart}{}         
\renewcommand{\printloftitle}[1]{}     
\renewcommand{\afterloftitle}{         
  \thispagestyle{ASUlofFirst}          
  Figure\hfill Page\par}                

\end{document}

相关内容