Hello Peter,
On 5/5/08, Peter Hanula <[EMAIL PROTECTED]> wrote:
> I'm fairly new to lyx and tex stuff in general and I'm currently
> desperately trying to disable page numbers on all pages until TOC
> (including TOC). I can't use \thispagestyle{empty} on every page,
> because TOC is more than one page long and it seems to affect only
> last page of TOC.
>
The way it worked for me:
\thispagestyle{empty}
[..]
<Page Break>
\thispagestyle{empty}
[..]
<Page Break>
.. you get the idea.
But I couldn't suggest anything regarding TOC.
Liviu