> I'm not sure what you mean by problem #1. What do you mean by "count" > the second page? Do you mean there is no page number that shows up? > > Regarding problem 2, do you mean that there is a number on the first > page but not the second? That is odd, since \thispagestyle{empty} should > number the first but not the second. This code should work: > > \thispagestyle{empty} > \tableofcontents* > \cleardoublepage > \thispagestyle{empty} > \listoftables* > \cleardoublepage > \thispagestyle{empty} > \listoffigures* > > This code would put supress a page number on the first page of the table > of contents, list of tables, and list of figures, bu t put a page number > on subsequent pages. Is that what you want? > > Paul
Hi Paul, That ALMOST worked... I now have the TOC first page un-numbered and the second page numbered(which is what I wanted) and no number on the List of Tables(also what I wanted), but there is a problem with the list of figures. Basically here is how I want it: I want to start counting in roman numerals from the title page, supressing all numbers on the first page of a new section. For some reason, when the TOC lists what page the, say List of Figures, is on it is not factoring in the pages of the TOC. So if the TOC is on page 5 and the list of Figures on page 7 ,it will come up on the TOC listed as being on page 6 because it is not counting the actual page in the TOC.(did that make sense?) Also, with your code, I am still getting a number on the first page of the List of figures and List of Tables... I cant get it to work sometimes with combinations of number counting or number supressing the way I want, but not all at once. Thanks for the help, I am really new to this and I am trying to learn! Charles