\fontmatter
and \mainmatter
commands to help with the page numbering etc. However, my TOC is now two pages long (which is fine), but my problem is I have only been able set ONE of the TOC pages to not have a page number in the footer (using
\thispagestyle{empty}
). How can I change the TOC pagestyle to {empty}
on both pages?Thanks!
Jason