From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/36271 Path: news.gmane.org!not-for-mail From: "Wolfgang Werners-Lucchini" Newsgroups: gmane.comp.tex.context Subject: Re: itemize start=2 Date: Wed, 29 Aug 2007 19:36:44 +0200 Message-ID: <46D5CACC.18009.363AEE@wwl.musensturm.de> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1188408886 16364 80.91.229.12 (29 Aug 2007 17:34:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Aug 2007 17:34:46 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Wed Aug 29 19:34:41 2007 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 lo.gmane.org with esmtp (Exim 4.50) id 1IQRR5-0005sd-JH for gctc-ntg-context-518@m.gmane.org; Wed, 29 Aug 2007 19:34:35 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7F52A204A0; Wed, 29 Aug 2007 19:34:33 +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 05753-02-6; Wed, 29 Aug 2007 19:34:19 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 65C51202B0; Wed, 29 Aug 2007 19:34:19 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8A41A202B0 for ; Wed, 29 Aug 2007 19:34:14 +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 05753-02-5 for ; Wed, 29 Aug 2007 19:34:09 +0200 (CEST) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.174]) by ronja.ntg.nl (Postfix) with ESMTP id 46BB020235 for ; Wed, 29 Aug 2007 19:34:09 +0200 (CEST) Original-Received: from fuld-590d3776.pool.einsundeins.de [89.13.55.118] (helo=[192.168.178.20]) by mrelayeu.kundenserver.de (node=mrelayeu8) with ESMTP (Nemesis), id 0ML31I-1IQRQe2KNL-0001MZ; Wed, 29 Aug 2007 19:34:08 +0200 Priority: normal In-reply-to: X-mailer: Pegasus Mail for Windows (4.41, DE v4.41 R1) Content-description: Mail message body X-Provags-ID: V01U2FsdGVkX182iaRas2dwLUX5tXD+/oGh4fV8FIqzOOecCyA HIPd2V5qzGsrZuK68jAPsVjRxLfcDO85iZt1Nf3ORo2lCrKQF5 O+2+pC/3xxsIDv0fu5RFh16WQFBXe6g X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:36271 Archived-At: > > how can I start an itemization with 2 > > > > I have tried snippets like > > > > \setupitemgroup[[itemize][start=2] > > \startitemize[n] > > \item zwei > > \item drei > > \stopitemize > > > > but could'nt found a solution. > > > > Btw.: Is there a differenz between > > > > \setupitemize[] > > > > and > > > > \setupitemgroup[[itemize][] > > > > Wolfgang > > Hi Wolfgang, > > \setupitemize is only macro for \setupitemgroup[itemize] and is > generated with \defineitemgroup like many other setup commands. > > To start your enumeration with 2 you have to define your own > number conversion. > > \def\nextnumber#1{\the\numexpr#1+1\relax} > > \defineconversion[nn][\nextnumber] > > \starttext > \startitemize[nn] > \item zwei > \item drei > \stopitemize > \stoptext > > Wolfgang Hi Wolfgang! This works! But two questions remain: 1) I am wondering, how you find such answers. What is your strategie searching the sources? 2) What is that existing option 'start' for? Take this as an example for question 1). Wolfgang ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________