Please take a look at my MWE:
Code: Select all
\documentclass[a4paper, 11pt]{memoir}
\usepackage[ansinew]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\chapterstyle{madsen}
\usepackage{lipsum}
\begin{document}
\frontmatter
\tableofcontents*
\mainmatter
\chapter{How to play Uno}
\newpage
\chapter{How to play Uno II}
\lipsum[4-57]
\end{document}
Why is that, and is it fixable?
Best,
Niles.