I'm using lyx 12 cvs with the Article class, which does page numbering. Currently I have my abstract, a page break, my generated TOC, a page break and then my content, but the page numering starts with the abstract. I want to make the numbering start on page "3", (my content), ie after the TOC. Is there a good way to do this?
I can use in the latex preamble: \setcounter{page}{-1} which gets the page numberings right, but displays "-1" and "0" on the first two pages, which I want to supress. Thanks! Ben