On Nov 21, 2007 2:53 AM, Anthony Campbell <[EMAIL PROTECTED]> wrote: > > Set the page style to be "empty" in the document dialogue. Then, at the > > beginning of your main text, reset the pagestyle using an ERT box. > > > > Alan > > > > I'd already tried that. It ought to work but even when I set the page > style to be "empty" it still prints the page number on the first page of > the contents list. > > I'm wondering if this is a bug. The only solution I can see is to copy > the whole contents list out as a normal page and use that. > > > Anthony
If my memory is correct this is because the settings in the document dialogue affect all pages exempt the chapter page and the first page of the toc is considered a chapter page. To change this behavior you'll need modify the chapter page style or if you only want to change the look of the toc then there are latex packages for this. You can search around on ctan.org, I think the package I would use is tocloft, which is specifically written for modification of the toc, lof, and lot. I'm sure there are other packages to, but this is the package I used to modify the toc for my thesis. Good Luck Cheers, Bob
