From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11144 Path: main.gmane.org!not-for-mail From: Giuseppe Bilotta Newsgroups: gmane.comp.tex.context Subject: Columns in itemizations Date: Thu, 27 Feb 2003 23:17:16 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <1353739497.20030227231716@iol.it> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1046384792 9812 80.91.224.249 (27 Feb 2003 22:26:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 27 Feb 2003 22:26:32 +0000 (UTC) Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18oWTm-0002X9-00 for ; Thu, 27 Feb 2003 23:26:14 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 539AD10B25; Thu, 27 Feb 2003 23:26:30 +0100 (MET) Original-Received: from smtp1.libero.it (smtp1.libero.it [193.70.192.51]) by ref.ntg.nl (Postfix) with ESMTP id 8809F10ABB for ; Thu, 27 Feb 2003 23:24:34 +0100 (MET) Original-Received: from [151.29.140.40] (151.29.140.40) by smtp1.libero.it (6.7.015) id 3E44E7FA0083E6F1 for ntg-context@ntg.nl; Thu, 27 Feb 2003 23:24:34 +0100 X-Mailer: The Bat! (v1.62 Christmas Edition) Business X-Priority: 3 (Normal) Original-To: ntg-context@ntg.nl Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:11144 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11144 Hello, following up to a recent post on comp.text.tex I'd like to bring forth an enhancement request for itemgroups: in the current implementation it is not possible to set up itemgroups to use the non key=value pairs settings. IOW, one cannot say \defineitemgroup[myitems] \setupmyitems[each][A] and have the items come up numbered with capital letters. Some keywords (like: joinedup) work, some others (the numbering type ones, for example, or "columns") don't work. For what I can see by looking at the code, this depends on these settings being looked for *not* when setting up the itemizations, but in the actual moment when the \start is issued (this is for example the case for "columns"). Enhancement request: allow all keywords to work. I think the most straightforward way to implement this is to simply store the keywords and put them as default values when \start is called (this would even, I suspect, simplify the handling of the itemgroup setups ...) -- Giuseppe "Oblomov" Bilotta