Dekel Tsur
Sat, 05 Jan 2002 05:18:37 -0800
On Thu, Jan 03, 2002 at 10:36:33PM -0600, Ben Luey wrote:
> 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.
Put \pagestyle{empty} before the abstract (in latex mode)
and \pagestyle{plain} at the 3rd page.