I want to keep the blank pages that added using two-side mode, however I want drop those pages from numbering. Using \clearpage
and \thispagestyle{empty}
at end of chapters to force blank pages manually when using one-side mode do not do that either. I meant using those commands altogether just give plain pages but yet considered in numbering.
How do I remove(drop) page number of blank pages between chapters added by two-sided mode?
3.2k Views Asked by N. I. ElZayat At
1
Import the
afterpage
package using:If you want a totally blank page that doesn't add to the page number, use:
If you want a blank page that adds to the page counter, remove
\addtocounter{page}{-1}