I forgot to say that I tried that, also, but all I get is a huge number
of errors when I click on View->DVI. The only thing that works is the
second option that you gav me, I just need to iron out that little quirk
about starting from 1.
Dekel Tsur wrote:
>On Sat, Oct 12, 2002 at 02:34:11PM +0200, Vladimir Milovanovic wrote:
>
>
>>The first way does not work, the second way works, but the problem is
>>that the first couple of pages (5 to be precise) are numbered using
>>roman numerals, the last one being v. Then, when Chapter 1 starts, the
>>numbering reverts to arabic, which is great, but it starts from 6, and I
>>want it to start from 1. How do I achieve this?
>>
>>
>
>Use
> \pagenumbering{roman}
> ...
> \pagenumbering{arabic}
>
>
>as already suggested here.
>
>
>