book icon indicating copy to clipboard operation
book copied to clipboard

Remove empty pages from ebook version

Open andrejbauer opened this issue 11 years ago • 1 comments

The empty pages which make sure that chapters start on odd pages, etc., don't make sense in the ebook format, and quite possibly also in the online version.

andrejbauer avatar Jun 21 '13 11:06 andrejbauer

I haven't looked at the LaTeX code, but I suspect the solution to this (if it's still open) is to use \cleardoublepage, which brings you to a new page in one-sided mode, and brings you to a new odd page in twoside mode.

JasonGross avatar Dec 31 '13 02:12 JasonGross