Search Results

0
votes
4answers
808 views

LaTeX: remove blank page after a \part or \chapter

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 …
0
votes

LaTeX: remove blank page after a \part or \chapter

A solution that works: Wrap the part of the document that needs this modified behavior with the code provided below. In my case the portion to wrap is a \part{} and some text following it. …