My List of Figures has 3 pages. I need the Figure and Page headers to appear in all pages, but for some reason they only appear in the first and second pages, not in the third one. I'm using ASU Dissertation Template. The relevant code I believe is:
\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}
\documentclassand ending with\end{document}, that illustrates your problem. – gernot Nov 24 '16 at 23:26\documentclass{...}and ending with\end{document}. – Dai Bowen Nov 25 '16 at 00:03\begin{document}, and you have to load some packages before your commands will work. – gernot Nov 25 '16 at 08:24