From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/1954 Path: main.gmane.org!not-for-mail From: "Robert F. Beeger" <5beeger@informatik.uni-hamburg.de> Newsgroups: gmane.comp.tex.context Subject: Re: Page number change Date: Wed, 03 May 2000 17:21:26 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <4.3.1.0.20000503171719.00ae63c0@rzdspc1.informatik.uni-hamburg.de> References: <200005031131.NAA02369@merkur.econ.muni.cz> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: main.gmane.org 1035392753 4641 80.91.224.250 (23 Oct 2002 17:05:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:05:53 +0000 (UTC) Original-To: Michal Kvasnicka , ntg-context@ntg.nl In-Reply-To: <200005031131.NAA02369@merkur.econ.muni.cz> Xref: main.gmane.org gmane.comp.tex.context:1954 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:1954 At 13:31 03.05.00 +0200, Michal Kvasnicka wrote: >Hello! > >I need to change the page number. How to do it? > >Example: >\setuppagenumbering[conversion=romannumerals] >\completecontent >\page >SET PAGE TO 1 >\setuppagenumbering[conversion=numbers] Put \setuppagenumber[number=1] here and you'll get, what you want. Greetings Robert >\chapger{Introduction} >... > >Many thanks. > >M.K.