From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15466 Path: main.gmane.org!not-for-mail From: Gary Pajer Newsgroups: gmane.comp.tex.context Subject: Re: Re: itemize Date: Mon, 21 Jun 2004 12:02:45 -0400 Sender: ntg-context-admin@ntg.nl Message-ID: <40D706A5.8030809@iname.com> References: <40D47482.9060401@boede.nl> <7A02B152-C35E-11D8-BAAC-00039318D414@uni-bonn.de> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1087834037 4058 80.91.224.253 (21 Jun 2004 16:07:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 21 Jun 2004 16:07:17 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Jun 21 18:07:05 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BcRK5-0004U2-00 for ; Mon, 21 Jun 2004 18:07:05 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 16DBC10B7C; Mon, 21 Jun 2004 18:07:02 +0200 (MEST) Original-Received: from enigma.rider.edu (sixtest.rider.edu [192.107.45.2]) by ref.ntg.nl (Postfix) with ESMTP id B81A210B32 for ; Mon, 21 Jun 2004 18:02:50 +0200 (MEST) Original-Received: from CONVERSION-DAEMON.enigma.rider.edu by enigma.rider.edu (PMDF V6.1-1 #40563) id <01LBK41RXEWW000HWM@enigma.rider.edu> for ntg-context@ntg.nl; Mon, 21 Jun 2004 12:03:17 -0400 (EDT) Original-Received: from iname.com (dhcp-vlan68-24.rider.edu [10.68.1.24]) by enigma.rider.edu (PMDF V6.1-1 #40563) with ESMTPA id <01LBK41QC4A8000O6G@enigma.rider.edu> for ntg-context@ntg.nl; Mon, 21 Jun 2004 12:03:15 -0400 (EDT) In-reply-to: <7A02B152-C35E-11D8-BAAC-00039318D414@uni-bonn.de> Original-To: ntg-context@ntg.nl X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 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:15466 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15466 Thomas A. Schmitz wrote: > Me stupid! Willi, this message made my day. I've been using ConTeXt > for more than a year now, but I was never able to figure out what > setupitemize [.1.] .1. number each meant. So it's the level of > itemization. Thanks, that should make things easier. And many thanks > to Patrick and to you for pointing out the left= option. ConTeXt and > the number of options it gives never cease to amaze me! since we're back on the topic of itemize, I'll repost a question that I've posted here before: ----------------------------------------------------- It seems to me that the 'before' and 'after' keywords used in the third argument of \setupitemize are operative only if 'columns' are also specified. In the example below, the hairlines disappear if the 'columns' keyword is eliminated. Feature, bug, or misunderstanding? BTW: can the lengths of the two hairlines in this example be made to be the same length? What's causing the indentation of the first hairline? Regards, Gary ---------------------------------------------------------------------------- --------- \setupitemize[2][a,packed,columns][before={\hairline},after={\hairline}] \setupitemize[1][n] \starttext \startitemize % \item Level One % \startitemize \item first \item second \item third \stopitemize % \item Level two % \startitemize \item here's one \item here's another \item finally this \stopitemize % \stopitemize % \stoptext