Shawn Koons wrote:
> 
> > >
> > > I need to eliminate the page number from the cover page and start
> > > numbering on the second page. Can someone tell me how to modify the
> > > preamble to accomplish this?
> >
> > in the text, not preamble:
> >
> > \thispagestyle{empty}
> >
> > is valid only for THIS page
> >
> 
> This worked, thank you.
> 
> I then put a pagebreak after the first page and added:
> 
> \pagenumbering{arabic}
> 
> on the first line of the second page. (I found this in Lamport's book
> after getting your reply) - this started the numbering sequence on the
> second page with "1".  I don't know if that is the "proper" way, but it
> was effective. :-)

\setcounter{page}{0}

for the first page, where counting should start with 1.

Herbert

-- 
[EMAIL PROTECTED]
http://perce.de/voss

Reply via email to