>>Date: Wed, 16 Jun 2004 08:44:56 -0700 (PDT)
>>From: Rich Shepard <[EMAIL PROTECTED]>
>>To: [EMAIL PROTECTED]
>>Subject: Clearing headers and page numbers in report
>>X-message-flag: Sent virus-free from a linux system.
>>
>>  My document is defined as style 'report'. The abstract has been renamed to
>>Executive Summary and is on a separate page from the title page. I use
>>fancyheader to put text in each page's header. To force the Executive
>>Summary and first page to be on a right-side page I use
>>\newpage
>>\mbox { }
>>after the title and after the Executive Summary. These work fine.
>>
>>  However, both pages that should be blank contain the header and the page
>>number of '2'. I've not figured out how to remove them from those two pages.
>>I've tried various LaTeX macros (from my main local reference, Lipkin's
>>book) and I've looked on the tips and tricks Web page. Nothing's worked for
>>me. I see macros that are supposed to work for book and article style but
>>they're not working for my document in report style.

Here is what I use (in the preamble, there are active @s as it is
patched in a variant of the report class):
[EMAIL PROTECTED] [EMAIL PROTECTED]
  \hbox{}
  \vspace*{\fill}
~
  \vspace{\fill}
  \thispagestyle{empty}
  \newpage
  [EMAIL PROTECTED]

Should do both things: print the next page as a right page and make
it empty.

-- 
Jean-Pierre


Reply via email to