From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/45337 Path: news.gmane.org!not-for-mail From: Marcin Borkowski Newsgroups: gmane.comp.tex.context Subject: Re: Multicolumn itemizations - again... Date: Thu, 6 Nov 2008 10:04:54 +0100 Message-ID: <20081106090454.GY2264@atos.labs.wmid.amu.edu.pl> References: <20081105200906.GU2264@atos.labs.wmid.amu.edu.pl> <20081105203929.GW2264@atos.labs.wmid.amu.edu.pl> <4912AD67.5070804@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1225962551 1764 80.91.229.12 (6 Nov 2008 09:09:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Nov 2008 09:09:11 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Nov 06 10:10:12 2008 connect(): Connection refused 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 1Ky0sT-0004lk-I9 for gctc-ntg-context-518@m.gmane.org; Thu, 06 Nov 2008 10:10:09 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D08511FBF9; Thu, 6 Nov 2008 10:08:59 +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 02411-01-2; Thu, 6 Nov 2008 10:07:59 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 700D11FBA8; Thu, 6 Nov 2008 10:07:59 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0C2241FB89 for ; Thu, 6 Nov 2008 10:07:58 +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 02411-01 for ; Thu, 6 Nov 2008 10:07:12 +0100 (CET) Original-Received: from atos.wmid.amu.edu.pl (atos.wmid.amu.edu.pl [150.254.78.2]) by ronja.ntg.nl (Postfix) with ESMTP id 7D3C31FBF1 for ; Thu, 6 Nov 2008 10:04:55 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by atos.wmid.amu.edu.pl (Postfix) with ESMTP id C53AF107AD29 for ; Thu, 6 Nov 2008 10:04:54 +0100 (CET) X-Virus-Scanned: by amavisd-new (PLD-Linux) at wmid.amu.edu.pl Original-Received: from atos.wmid.amu.edu.pl ([127.0.0.1]) by localhost (atos.wmid.amu.edu.pl [127.0.0.1]) (amavisd-new, port 10023) with ESMTP id U9CeH8TshVlE for ; Thu, 6 Nov 2008 10:04:54 +0100 (CET) Original-Received: by atos.wmid.amu.edu.pl (Postfix, from userid 3884) id 88E9B1025ACB; Thu, 6 Nov 2008 10:04:54 +0100 (CET) Content-Disposition: inline In-Reply-To: <4912AD67.5070804@wxs.nl> User-Agent: Mutt/1.4.2.3i 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:45337 Archived-At: Dnia Thu, Nov 06, 2008 at 09:40:07AM +0100, Hans Hagen napisał(a): > Marcin Borkowski wrote: > > Dnia Wed, Nov 05, 2008 at 09:09:06PM +0100, Marcin Borkowski napisa = 2;(a): > >> Hi, > >> > >> I have > >> > >> \setupitemize[2][a,paragraph,intro,columns,two][stopper=3D)] > >> > >> in the environment. In one place, however, I want to have a one-column > >> itemization. What do I do? I thought that > >> > >> \startitemize[columns,one] > >> > >> would override the environment setting - but it didn't work. > >> > >> I tried to do something like this: > >> > >> \defineitemgroup[onecolumnitemize] > >> \setuponecolumnitemize[2][a,paragraph,intro][stopper=3D)] > >> > >> but it didn't work - still the settings from \setupitemize[2][...] were > >> in use. > >> > >> What's going on? > > = > > Before anyone asks me for an example, here it is: > > http://wiki.contextgarden.net/User:Mbork > > (the last part) > = > concerning the intro ... mixed one-two column modes are somewhat tricky = > and have limitations (if only because tex itself has no concept of = > columns); when mkiv is further down the road i'll look into multi = > columns and see if i can provide more control, but for that i need to = > implement a few other things first > = > nested itemizations are currently not possible (or more precisely: they = > are (they are intercepted simply because there is no guarantee that all = > varianst work); however you can say \startitemize[n=3D1] at the second = > level and get just one column then Thank you - this sort of clarifies my continuous problems with two-column itemizations: it seems that they just won't work now (at least not in the context (!) where I need them). I'll be waiting patiently for progress in luatex;). However, I tried \startitemize[1] and it didn't work (neither at my computer nor in online ConTeXt, with the example I have provided on my user page). Please do not think that I am angry at you, Hans, or anything like that; I really admire your (and not only your) work with ConTeXt. But I am a bit disappointed - and hope that itemizations will eventually work. And now I guess I'll have to work this around in some nasty way (most probably, I'll just do the only one-column itemization by hand). And you may be pretty sure that I will be a good beta-tester for the itemization stuff - as I already told, I use itemizations a lot, together with math, nesting itemizations, two-column ones etc. For the purpose of testing any new things in this area I'm leaving the examples on my user page, too. PS. Looking back at the steady progress of ConTeXt & luatex, I am pretty sure that this _will_ be solved in finite time anyway, so I can just \relax, wait and then test and provide feedback;). Greets -- = Marcin Borkowski (http://mbork.pl) - Gandalf! A ja my=B6la=B3em, =BFe nie =BFyjesz. Co prawda o sobie te=BF = by=B3em tego zdania. Sam Gamgee ___________________________________________________________________________= ________ 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 ___________________________________________________________________________= ________