Paul A. Rubin wrote:
Filippo Zangheri wrote:
I mean, after
\pagestyle{empty} I have all pages numberless except for the pages
which contain \chapter{foo}.
Is it possible to have those pages unnumbered too?

Use the sectsty package, and put \chapterfont{\thispagestyle{empty}} in ERT in the first page of the chapter (I think).
Possibly. If you use koma-script, then
\renewcommand{\chapterpagestyle}{empty}
is all you need.

Helge Hafting

Reply via email to