I am using a book document class. I use \include{} to include a chapter. I checked the spec, it says for book class an extra empty page is added after every chapter. However, what I observe is the empty pages are inconsistent. i.e at for some chapter empty pages are added and for some they aren't.
Asked
Active
Viewed 74 times
1
Prajwal_7
- 99
\documentclass[openany]{book}, but this will cause chapter pages to start on an even-numbered page as well. – Jan 08 '17 at 19:37