On Sun, Oct 14, 2001 at 02:37:36PM +0200, Renaud MICHEL wrote:
> > Is there a way to select which page the page-numbering
> > will start on? (ie I would like it to skip a few pages
> > before it starts with page 1.)
> 
> On the page you want to start the numbering put this LaTeX code
> \setcounter{page}{1}
> If you don't want the previous pages to show the page number you can try
> \thispagestyle{empty}
> but you must put that command on each page that need it. This can be done 
> better but with more LaTeX coding.

Or put \pagestyle{empty} at the beginning of the document, and
\pagestyle{fancy} at the appropriate place.

Reply via email to