From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25823 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: Paragraph itemization Date: Fri, 3 Feb 2006 12:17:51 -0500 (EST) Message-ID: References: <43E33B98.3080404@elvenkind.com> <43E350E3.8030504@wxs.nl> 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 1138987338 8801 80.91.229.2 (3 Feb 2006 17:22:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 3 Feb 2006 17:22:18 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Feb 03 18:22:14 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 1F54ce-00038g-Q3 for gctc-ntg-context-518@m.gmane.org; Fri, 03 Feb 2006 18:21:25 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DCC5E127EF; Fri, 3 Feb 2006 18:21:22 +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 28664-05; Fri, 3 Feb 2006 18:21:22 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5B508127F0; Fri, 3 Feb 2006 18:17:56 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B5729127F0 for ; Fri, 3 Feb 2006 18:17: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 28664-04 for ; Fri, 3 Feb 2006 18:17:53 +0100 (CET) Original-Received: from playinggod.mr.itd.umich.edu (playinggod.mr.itd.umich.edu [141.211.14.79]) by ronja.ntg.nl (Postfix) with SMTP id 2FFF1127EF for ; Fri, 3 Feb 2006 18:17:52 +0100 (CET) Original-Received: from eecs4327u09.engin.umich.edu (eecs4327u09.engin.umich.edu [141.213.51.137]) by playinggod.mr.itd.umich.edu (smtp) with ESMTP id k13HHpt6017653 for ; Fri, 3 Feb 2006 12:17:51 -0500 X-X-Sender: adityam@eecs4327u09.engin.umich.edu Original-To: mailing list for ConTeXt users In-Reply-To: <43E350E3.8030504@wxs.nl> 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:25823 Archived-At: On Fri, 3 Feb 2006, Hans Hagen wrote: > Taco Hoekwater wrote: >> Aditya Mahajan wrote: >> >>> How can one do paragraph itemization in context. I want >>> >>> \startitemize[r][left=(,right=),stopper=] %paragraph option somehow >>> \item The first thing, >>> \item the second thing, and >>> \item finally, the last thing. >>> \stopitemize >>> >>> to come up as >>> >>> (i) The first thing, (ii) the second thing, and (iii) finally, the >>> last thing. >>> >> >> I vaguely recall someone else asking for this, but cannot find >> it anymore. I do not think you can do this with itemizations, >> but perhaps there was a \defineparagraphs that worked. Anyone >> else remember? >> > \startitemize[r,text] > \item The first thing, > \item the second thing, and > \item finally, the last thing. > \stopitemize Thanks, works perfectly. It is also smart enough to place the left and right brackets. Aditya