From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/37654 Path: news.gmane.org!not-for-mail From: "Wolfgang Schuster" Newsgroups: gmane.comp.tex.context Subject: Re: Itemize starting at zero Date: Mon, 3 Dec 2007 19:08:55 +0100 Message-ID: <115224fb0712031008p476f7c74l3649b962a83f27ac@mail.gmail.com> References: <4753760A.1050309@aluzina.org> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1196705475 2933 80.91.229.12 (3 Dec 2007 18:11:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Dec 2007 18:11:15 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Mon Dec 03 19:11:23 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 1IzFlK-000589-Vu for gctc-ntg-context-518@m.gmane.org; Mon, 03 Dec 2007 19:11:23 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 22CB71FB12; Mon, 3 Dec 2007 19:11:06 +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 02729-02-2; Mon, 3 Dec 2007 19:10:17 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 80C2D1FB0E; Mon, 3 Dec 2007 19:10:14 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 129031FB31 for ; Mon, 3 Dec 2007 19:09:57 +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 01626-02-5 for ; Mon, 3 Dec 2007 19:09:05 +0100 (CET) Original-Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by ronja.ntg.nl (Postfix) with ESMTP id B539E1FB14 for ; Mon, 3 Dec 2007 19:08:55 +0100 (CET) Original-Received: by ug-out-1314.google.com with SMTP id q2so1305913uge for ; Mon, 03 Dec 2007 10:08:55 -0800 (PST) Original-Received: by 10.67.20.3 with SMTP id x3mr3849884ugi.1196705335357; Mon, 03 Dec 2007 10:08:55 -0800 (PST) Original-Received: by 10.67.122.17 with HTTP; Mon, 3 Dec 2007 10:08:55 -0800 (PST) In-Reply-To: <4753760A.1050309@aluzina.org> Content-Disposition: inline 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:37654 Archived-At: 2007/12/3, Zeus G=F3mez Marmolejo : > I've searched the documentation and emails, but I didn't find the > answer... It sounds really simple: > > How can I make the numbers in startitemize[n,...] start from 0 instead of= 1? > > Thanks, > Zeus. Hi, \startitemize has a start value, but it is not working a you have to define your own conversion macro untill this will be fixed :-( \def\zerostart#1{\number\numexpr#1-1\relax} \defineconversion[zerostart][\zerostart] \starttext \startitemize[zerostart] \dorecurse{10}{\item text} \stopitemize \stoptext Wolfgang ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________