LaTeX: remove blank page after a \part or \chapter
- by CaptSolo
How to remove a blank page that gets added automatically after \part{} or \chapter{} in a book document class?
I need to add some short text describing the \part. Adding some text after the part command results in at least 3 pages with an empty page between the part heading and the text:
Part xx
(empty)
some text
How to get rid of that empty…