A chapter in my book ends with an odd-numbered page. The next page is an empty page with an even number.
How to remove the numbering and header on the empty page?
A chapter in my book ends with an odd-numbered page. The next page is an empty page with an even number.
How to remove the numbering and header on the empty page?
If you're using the standard class book, then add
\usepackage{emptypage}
to your preamble.
Nothing at all is necessary with scrbook (version 3.00 or later) or memoir.
\usepackage{emptypage}and you'll be done. However some more information is needed, for instance the document class you're using. – egreg Aug 11 '16 at 08:09