From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/20811 Path: news.gmane.org!not-for-mail From: Steve Peter Newsgroups: gmane.comp.tex.context Subject: Re: Skrinking distance between bullet and text in itemize Date: Sun, 12 Jun 2005 11:08:42 -0400 Message-ID: <602306D4-31F5-4760-A33B-213F58C6928A@dandy.net> References: <20050612142150.GA5065@puritan.pnetwork> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v730) Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1118588778 1013 80.91.229.2 (12 Jun 2005 15:06:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 12 Jun 2005 15:06:18 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Jun 12 17:06:06 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1DhU2D-0001ID-ST for gctc-ntg-context-518@m.gmane.org; Sun, 12 Jun 2005 17:06:01 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3C40F12778; Sun, 12 Jun 2005 17:10:42 +0200 (CEST) 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 10515-01; Sun, 12 Jun 2005 17:10:42 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6C0251279A; Sun, 12 Jun 2005 17:08:56 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7913F1279A for ; Sun, 12 Jun 2005 17:08:54 +0200 (CEST) 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 10385-02 for ; Sun, 12 Jun 2005 17:08:53 +0200 (CEST) Original-Received: from vms048pub.verizon.net (vms048pub.verizon.net [206.46.252.48]) by ronja.ntg.nl (Postfix) with ESMTP id 8FBA212797 for ; Sun, 12 Jun 2005 17:08:53 +0200 (CEST) Original-Received: from [192.168.1.101] ([70.21.192.133]) by vms048.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IHZ00G9G8QJBO1I@vms048.mailsrvcs.net> for ntg-context@ntg.nl; Sun, 12 Jun 2005 10:08:43 -0500 (CDT) In-reply-to: <20050612142150.GA5065@puritan.pnetwork> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.730) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:20811 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:20811 On Jun 12, 2005, at 10:21 AM, Nikolai Weibull wrote: > I=92d like to have the bullet appear closer to the text being itemized > inside a \startitemize. I changed the symbol being used to a \cdot =20= > and > now the text appears to far away from the bullet itself. Is there =20 > a way > to fix this? Try something like \startitemize[1 (or whatever symbol you want), 2*serried] Vary the number before serried for different distances. Steve=