I am currently working on my master’s thesis, and I need a layout suitable for printing and binding as a book.
This requires that each chapter alternates the page margins: the first page should have a larger left margin, the second page a larger right margin, and so on).
Is there an easy way to achieve this without manually adjusting each page with a #pad()?
Since the chapters don’t follow a consistent page pattern, it’s not possible to programmatically assign every odd page to the left and every even page to the right.