From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11159 Path: main.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.comp.tex.context Subject: Columns in itemizations Date: Mon, 03 Mar 2003 17:50:26 +0100 Organization: privat Sender: ntg-context-admin@ntg.nl Message-ID: <8765r0qtrh.fsf_-_@gundla.ch> References: <5.1.0.14.1.20030228085919.039dc908@server-1> <5.1.0.14.1.20030228085919.039dc908@server-1> <5.1.0.14.1.20030303102106.02429130@server-1> <537446998.20030303162445@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 X-Trace: main.gmane.org 1046710318 1805 80.91.224.249 (3 Mar 2003 16:51:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 3 Mar 2003 16:51:58 +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 18ptAT-0000Sx-00 for ; Mon, 03 Mar 2003 17:51:57 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 884C410B17; Mon, 3 Mar 2003 17:52:22 +0100 (MET) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.185]) by ref.ntg.nl (Postfix) with ESMTP id 505C410AF9 for ; Mon, 3 Mar 2003 17:50:44 +0100 (MET) Original-Received: from [212.227.126.162] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 18pt9H-0000iE-00; Mon, 03 Mar 2003 17:50:43 +0100 Original-Received: from [129.217.137.159] (helo=levana) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 18pt9H-0002zi-00; Mon, 03 Mar 2003 17:50:43 +0100 Original-Received: from pg by levana with local (Exim 3.12 #1 (Debian)) id 18pt90-0000UT-00; Mon, 03 Mar 2003 17:50:26 +0100 Original-To: ntg-context@ntg.nl X-Lieblings-Musik: a.c. In-Reply-To: <537446998.20030303162445@iol.it> (Giuseppe Bilotta's message of "Mon, 3 Mar 2003 16:24:45 +0100") Original-Lines: 48 User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i586-pc-linux-gnu) 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:11159 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11159 Giuseppe Bilotta writes: Hello Hans and Giuseppe, > Works magic, thanks :) here it is a little bit strange: -------------------------------------------------- \starttext \defineitemgroup[test] \setupitemgroup[test][A,columns] \starttest \item one \item two \item three \item four \item five \stoptest \starttest \item one \item two \item three \item four \item five \stoptest \stoptext -------------------------------------------------- gives ===== dvi output ================================= A. one D. four B. two E. five C. three A. one B. two C. three D. four E. five ================================================== so the second itemize group is not in columns. Patrick