On Fri, Oct 18, 2002 at 12:31:46PM +0200, Niels Muller Larsen wrote:
> In the very beginning of the doc enter:
>
>
> \pagenumbering{roman}
>
> and on the top of the first page with arabic-numbers
> enter:
>
> \pagenumbering{arabic}
> \setcounter{page}{7}
>
> where the "7" of course is to be replaced with whatever page you're
> at.
> I didn't find the automatic way of seetting that number
If some pages are numbered by roman letters, it is customary to
start the numbering from 1 when switching to arabic numbers. So you just
need to use
\pagenumbering{roman}
...
\pagenumbering{arabic}