On Mon, 22 Oct 2001, TAKUYA SUIZU wrote:
> I was hoping someone could help me out on a page numbering problem. I'm
> trying to number the first few "chapters" of, say, a thesis such as Abstract
> and TOC using different numbering from the body. I want these sections to be
> numbered by roman numerals, and the body to have different numbering with
> normal numbers. That is:
>
> i, ii, iii, iv, ..., for Abstract, TOC etc... then
> 1, 2, 3, 4, ..., for Intro, Background...
use the red command (tex style):
\pagenumbering{roman}
\setcounter{page}{1} % back to arabic number
\pagenumbering{arabic}
Good luck!
I Wayan Warmada