I have a report class and I dont want to switch it. If I use the openright option, I have the problem that empty pages are labled. Before taking the "openright" option out and inserting empty pages by hand I would like to know if it is possible to change the labelling of those empty pages.
Here is an example code
\documentclass[a4paper,12pt,twoside,openright]{report}
\begin{document}
\chapter{Chapter One}
Some big text.
\chapter{End}
See you later aligator.
\end{document}