From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31163 Path: news.gmane.org!not-for-mail From: Bernd Militzer Newsgroups: gmane.comp.tex.context Subject: Re: part conversion Date: Mon, 02 Oct 2006 15:59:27 +0200 Message-ID: <45211B3F.40609@militzer.net> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1159797618 27704 80.91.229.2 (2 Oct 2006 14:00:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 2 Oct 2006 14:00:18 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Oct 02 16:00:16 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org 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 1GUOKm-0003VT-9J for gctc-ntg-context-518@m.gmane.org; Mon, 02 Oct 2006 15:59:52 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9B6531FAF5; Mon, 2 Oct 2006 15:59:51 +0200 (CEST) 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 02972-03; Mon, 2 Oct 2006 15:59:44 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D3C831FA3F; Mon, 2 Oct 2006 15:59:43 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C2EF91FDD2 for ; Mon, 2 Oct 2006 15:59:39 +0200 (CEST) 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 03931-02 for ; Mon, 2 Oct 2006 15:59:33 +0200 (CEST) Original-Received: from new.militzer.net (new.militzer.net [81.169.143.226]) by ronja.ntg.nl (Postfix) with SMTP id A37BA1FDCD for ; Mon, 2 Oct 2006 15:59:31 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by new.militzer.net (Postfix) with ESMTP id 44F18184078 for ; Mon, 2 Oct 2006 15:59:29 +0200 (CEST) Original-Received: from new.militzer.net ([127.0.0.1]) by localhost (new [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29204-07 for ; Mon, 2 Oct 2006 15:59:23 +0200 (CEST) Original-Received: from [192.168.192.153] (pD9E624AE.dip.t-dialin.net [217.230.36.174]) by new.militzer.net (Postfix) with ESMTP id CF880184077 for ; Mon, 2 Oct 2006 15:59:22 +0200 (CEST) User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909) Original-To: mailing list for ConTeXt users In-Reply-To: X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at new.militzer.net X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:31163 Archived-At: Idris Samawi Hamid schrieb: > Dear gang, > > For a dossier I need to prepare a single part with page numbers I-1, I-2, > I-3 etc. The following gives 1-1, 1-2, etc. > > ================================== > \starttext > \setuppagenumbering[state=start,partnumber=no,left={I-},right=,conversion=numbers] > \part{} > > \dorecurse{12}{\input knuth\par} > > \stoptext > Bernd