From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32002 Path: news.gmane.org!not-for-mail From: David Wooten Newsgroups: gmane.comp.tex.context Subject: Spacing of page numbers in list Date: Wed, 29 Nov 2006 10:36:02 -0800 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1164845798 17451 80.91.229.2 (30 Nov 2006 00:16:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Nov 2006 00:16:38 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Nov 30 01:16:32 2006 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 ciao.gmane.org with esmtp (Exim 4.43) id 1GpZbL-0000QH-As for gctc-ntg-context-518@m.gmane.org; Thu, 30 Nov 2006 01:16:31 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7EA871FC91; Thu, 30 Nov 2006 01:14:32 +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 26550-02-12; Thu, 30 Nov 2006 01:14:28 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C3E7B1FF80; Wed, 29 Nov 2006 19:36:32 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3425E1FF80 for ; Wed, 29 Nov 2006 19:36:30 +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 12500-06 for ; Wed, 29 Nov 2006 19:36:25 +0100 (CET) Original-Received: from mail3.sea5.speakeasy.net (mail3.sea5.speakeasy.net [69.17.117.5]) by ronja.ntg.nl (Postfix) with SMTP id BE8011FF86 for ; Wed, 29 Nov 2006 19:34:10 +0100 (CET) Original-Received: (qmail 19448 invoked from network); 29 Nov 2006 18:36:03 -0000 Original-Received: from trichotomic.net (HELO [192.168.2.48]) ([64.81.31.27]) (envelope-sender ) by mail3.sea5.speakeasy.net (qmail-ldap-1.03) with AES128-SHA encrypted SMTP for ; 29 Nov 2006 18:36:02 -0000 Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.752.3) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:32002 Archived-At: Greetings all, I'm having a devil of a time trying to figure out how to control (increase) the space between the name of each part/chapter/section and its page number in a list generated by the following example. I've tried (I believe) every option in the \setuplist grimoire... but obviously I have not! Any clues? Best, David ==== \setuplist [part] [style={\scbf},label=no,pagestyle=bf,pagenumber=no] \setuplist [chapter] [style={\sb},distance=-0.5em] \setuplist [section] [pagestyle={\tf},margin=0em,distance=-.5em] \setuplist [subsection] [style=it,pagestyle={\tf},margin=2em] \setupcombinedlist [content] [alternative=a, aligntitle=yes, width=2.5em,sectionnumber=no,partnumber=no] ====