From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14865 Path: main.gmane.org!not-for-mail From: "Gary Pajer" Newsgroups: gmane.comp.tex.context Subject: yet another question about itemize Date: Thu, 4 Mar 2004 17:46:51 -0500 Sender: ntg-context-admin@ntg.nl Message-ID: <001c01c4023a$95b43330$01fd5644@playroom> References: <001301c4022a$717b3b40$a230fb3e@com> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1078440495 30220 80.91.224.253 (4 Mar 2004 22:48:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Mar 2004 22:48:15 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Thu Mar 04 23:48:08 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 1Az1dQ-0001lO-00 for ; Thu, 04 Mar 2004 23:48:08 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id A078C10B47; Thu, 4 Mar 2004 23:45:51 +0100 (MET) Original-Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by ref.ntg.nl (Postfix) with ESMTP id 818A610B0D for ; Thu, 4 Mar 2004 23:44:46 +0100 (MET) Original-Received: from playroom (pcp05043536pcs.levtwn01.pa.comcast.net[68.86.253.1]) by comcast.net (sccrmhc12) with SMTP id <20040304224651012000i0sme>; Thu, 4 Mar 2004 22:46:51 +0000 Original-To: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 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:14865 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14865 I'll take this chance to point out a long-standing problem/misunderstanding that's causing me some grief: 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. [columns, one] almost does it, but the indentation is not as expected. 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 Forgot a level % \startitemize \item one \item two \item three \stopitemize % \item Level two % \startitemize \item here's one \item here's another \item finally this \stopitemize % \stopitemize % \stoptext