Hi!
Try the solution in the documentation for fancyhdr, chapter "those blank
pages". Then you also get rid of the headings on the blank page before
some chapters. The documentation is available for instance at:
http://www.win.tue.nl/latex/documentation/fancyhdr.pdf.
I found that neither \pagestyle{plain} nor \thispagestyle{empty} works
for the following blank page.
/Sara
Jose' Matos wrote:
On Friday 03 February 2006 16:42, Rich Shepard wrote:
I should know how to do this, or find the correct macro in TLC2, but the
answer has so far eluded me.
Document is book class with fancy headers. Following the title page is a
blank page with the page number '2' that I'd like to suppress. I've tried
\frontmatter
\pagestyle{plain}
between the author and the Preface page. I've also tried {empty} with the
same lack of results. \clearpage and \cleardoublepage also do not affect
the headers and footers.
Looking at TLC2 I don't see how to turn off the header and footer for
this one page. A reminder would be greatly appreciated.
In ERT in the title page:
\thispagestyle{empty}
I am kidding not. ;-)
Thanks,
Rich