>>>>> "Steve" == Steve Litt <[EMAIL PROTECTED]> writes:
Steve> My book is 2 side printing, so Chapter* always lands on an odd Steve> page, which is normally what I want. However, in the Steve> \frontmatter part, I'd prefer it simply go to the next page, Steve> whether that page is odd or even. Is there a way to do that? Steve> I tried just using Section*, but that makes the headings Steve> continue saying "CONTENTS" during the dedication, Steve> acknowledgements and intro, which of course is not what it Steve> should be. Steve> Any ideas? You can add \makeatletter\@openrightfalse\makeatother after fontmatter, and \makeatletter\@openrighttrue\makeatother in the main matter. JMarc
