From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/24088 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: page numbering Date: Sun, 04 Dec 2005 12:01:32 +0100 Message-ID: <4392CC8C.1090209@elvenkind.com> References: <20051204115026.84e1qq3rk80800ks@admin.cryptyx.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1133694261 3614 80.91.229.2 (4 Dec 2005 11:04:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 4 Dec 2005 11:04:21 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Dec 04 12:04:14 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1Eirdu-0007Gv-JN for gctc-ntg-context-518@m.gmane.org; Sun, 04 Dec 2005 12:02:54 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 219FD127D1; Sun, 4 Dec 2005 12:02:54 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 26102-06-3; Sun, 4 Dec 2005 12:02:50 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B3BF1127D8; Sun, 4 Dec 2005 12:02:50 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 12552127D8 for ; Sun, 4 Dec 2005 12:02:49 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 26102-06-2 for ; Sun, 4 Dec 2005 12:02:48 +0100 (CET) Original-Received: from post-24.mail.nl.demon.net (post-24.mail.nl.demon.net [194.159.73.194]) by ronja.ntg.nl (Postfix) with ESMTP id 3676D127D1 for ; Sun, 4 Dec 2005 12:02:48 +0100 (CET) Original-Received: from boo.demon.nl ([82.161.175.147]:59903 helo=[192.168.1.3]) by post-24.mail.nl.demon.net with esmtp (Exim 4.51) id 1Eirdn-000Kbm-Rb for ntg-context@ntg.nl; Sun, 04 Dec 2005 11:02:48 +0000 User-Agent: Mozilla Thunderbird 1.0 (X11/20050215) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <20051204115026.84e1qq3rk80800ks@admin.cryptyx.com> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:24088 Archived-At: toto@tots-ns.net wrote: > Hello list, How could I reset the page number counter? I can't find that > information neither on the wiki nor in the manual. Use: \setnumber[page]{42} Also defined are (at least): \resetnumber [page] \incrementnumber[page] \decrementnumber[page] \savenumber [page] \restorenumber [page] > I would like to have a title page without a page number and that the > page that follow has the number one. I can say to context not to print > the page number on the page title but not reset that counter (and the > page that follow begin with the number two...) If you use \startstandardmakeup ... \stopstandardmakeup for the title page, the page counter will not be incremented automatically, so that is a good option if you have a completely standalone title page. Cheers, Taco For Hans& Patrick: this is more api documentation stuff ...