Re: Page numbers: start later

2002-01-05 Thread Dekel Tsur

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.



Re: Page numbers: start later

2002-01-05 Thread Dekel Tsur

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.



Re: Page numbers: start later

2002-01-05 Thread Dekel Tsur

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.



Re: Page numbers: start later \ pagestyle{empty}

2002-01-04 Thread Ben Luey

Maybe this is the same problem as in the pervious post, but adding (in ERT
red) thispagestyle{empty} before my title, after my title, before my
first section, after first section, before/after TOC, etc, does not get
rid of the page numbering on that page. Is there something I need in the
preamble to make this work?


Thanks,

Ben



On Fri, 4 Jan 2002, Herbert Voss wrote:



 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.

 http://www.lyx.org/help/page/page.html#pagenumbers

 Herbert






Re: Page numbers: start later \ pagestyle{empty}

2002-01-04 Thread Herbert Voss



Ben Luey wrote:

 Maybe this is the same problem as in the pervious post, but adding (in ERT
 red) thispagestyle{empty} before my title, after my title, before my
 first section, after first section, before/after TOC, etc, does not get
 rid of the page numbering on that page. Is there something I need in the
 preamble to make this work?


give an example file


Herbert



-- 
http://www.lyx.org/help/




Re: Page numbers: start later \ pagestyle{empty}

2002-01-04 Thread Ben Luey

Maybe this is the same problem as in the pervious post, but adding (in ERT
red) thispagestyle{empty} before my title, after my title, before my
first section, after first section, before/after TOC, etc, does not get
rid of the page numbering on that page. Is there something I need in the
preamble to make this work?


Thanks,

Ben



On Fri, 4 Jan 2002, Herbert Voss wrote:



 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.

 http://www.lyx.org/help/page/page.html#pagenumbers

 Herbert






Re: Page numbers: start later \ pagestyle{empty}

2002-01-04 Thread Herbert Voss



Ben Luey wrote:

 Maybe this is the same problem as in the pervious post, but adding (in ERT
 red) thispagestyle{empty} before my title, after my title, before my
 first section, after first section, before/after TOC, etc, does not get
 rid of the page numbering on that page. Is there something I need in the
 preamble to make this work?


give an example file


Herbert



-- 
http://www.lyx.org/help/




Re: Page numbers: start later \ pagestyle{empty}

2002-01-04 Thread Ben Luey

Maybe this is the same problem as in the pervious post, but adding (in ERT
red) "thispagestyle{empty}" before my title, after my title, before my
first section, after first section, before/after TOC, etc, does not get
rid of the page numbering on that page. Is there something I need in the
preamble to make this work?


Thanks,

Ben



On Fri, 4 Jan 2002, Herbert Voss wrote:

>
>
> 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.
>
> http://www.lyx.org/help/page/page.html#pagenumbers
>
> Herbert
>
>




Re: Page numbers: start later \ pagestyle{empty}

2002-01-04 Thread Herbert Voss



Ben Luey wrote:

> Maybe this is the same problem as in the pervious post, but adding (in ERT
> red) "thispagestyle{empty}" before my title, after my title, before my
> first section, after first section, before/after TOC, etc, does not get
> rid of the page numbering on that page. Is there something I need in the
> preamble to make this work?


give an example file


Herbert



-- 
http://www.lyx.org/help/




Page numbers: start later

2002-01-03 Thread Ben Luey

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




Re: Page numbers: start later

2002-01-03 Thread Herbert Voss



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.

http://www.lyx.org/help/page/page.html#pagenumbers

Herbert




Page numbers: start later

2002-01-03 Thread Ben Luey

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




Re: Page numbers: start later

2002-01-03 Thread Herbert Voss



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.

http://www.lyx.org/help/page/page.html#pagenumbers

Herbert




Page numbers: start later

2002-01-03 Thread Ben Luey

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




Re: Page numbers: start later

2002-01-03 Thread Herbert Voss



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.

http://www.lyx.org/help/page/page.html#pagenumbers

Herbert