Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!bloom-beacon!eru!hagbard!sunic!ugle.unit.no!mack.uit.no!hod!stud.cs.uit.no!asbjorns From: asbjorns@stud.cs.uit.no Newsgroups: comp.text.tex Subject: Re: LaTeX chapter breaks & blank pages Message-ID: <1991Jan23.194419.29734@hod.uit.no> Date: 23 Jan 91 19:44:19 GMT References: <1991Jan22.142324@madmax.Viewlogic.COM> Sender: Asbjoern Saetran, asbjorns@stud.cs.uit.no Organization: University of Tromsoe, Norway Lines: 15 In article <1991Jan22.142324@madmax.Viewlogic.COM> kenc@madmax.Viewlogic.COM (Kenstir) writes: >I have found it necessary to manually insert blank pages >into two-sided reports in order that the Chapters always >begin on the right side of the page. Is there some way >to cause this to happen automatically? I am using > > \documentstyle[twoside]{report} To solve this problem Lamport has given us the \cleardoublepage command (see the LaTeX book page 91). If you put a \cleardoublepage command at the end of each chapter a blank page (except for headers and footers) will be inserted if neccessary so that all chapters start on a right-hand (odd- numbered) page. Asbj. (asbjorns@stud.cs.uit.no)