Header should change from "List of figures" to "Preface."
MWE:
\documentclass[a4paper,oneside,12pt]{extbook}
\usepackage[UKenglish]{babel}
\usepackage{lipsum}
\begin{document}
\renewcommand{\listfigurename}{List of figures}
\frontmatter
\listoffigures
\mainmatter
\chapter*{Preface}
\section*{Acknowledgements}
\lipsum[1-30]
\chapter{First chapter}
\section{First Section}
\subsection{Subsection}
\lipsum[1-30]
\end{document}
I also get the same issue with other book classes.
\ps@headingsin the example), I'd suggest to use\chapter*{Preface}\markright{PREFACE}or, equivalently,\chapter*{Preface}\markright{\MakeUppercase{Preface}}. – frougon Apr 04 '20 at 11:53