From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27585 Path: news.gmane.org!not-for-mail From: nico Newsgroups: gmane.comp.tex.context Subject: Re: Table of contents and List of figures Date: Sun, 30 Apr 2006 23:52:06 +0200 Message-ID: References: <4454F03E.1030007@cs.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1146433731 11274 80.91.229.2 (30 Apr 2006 21:48:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 30 Apr 2006 21:48:51 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Apr 30 23:48:49 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 1FaJmO-0006LZ-Vj for gctc-ntg-context-518@m.gmane.org; Sun, 30 Apr 2006 23:48:37 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 187E3127B5; Sun, 30 Apr 2006 23:48:36 +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 23259-06; Sun, 30 Apr 2006 23:48:30 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 57082127B0; Sun, 30 Apr 2006 23:48:30 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1DD05127B0 for ; Sun, 30 Apr 2006 23:48:29 +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 04695-01 for ; Sun, 30 Apr 2006 23:48:28 +0200 (CEST) Original-Received: from swip.net (mailfe08.tele2.fr [212.247.154.236]) by ronja.ntg.nl (Postfix) with SMTP id 3504112778 for ; Sun, 30 Apr 2006 23:48:27 +0200 (CEST) X-T2-Posting-ID: 3brHPWvyEzVNt0QNlxQWsxGJRDYe7rueGgqwO1zxZAg= X-Cloudmark-Score: 0.000000 [] Original-Received: from [83.179.152.93] (HELO localhost) by mailfe08.swip.net (CommuniGate Pro SMTP 5.0.8) with ESMTP id 185923002 for ntg-context@ntg.nl; Sun, 30 Apr 2006 23:48:27 +0200 Original-To: "mailing list for ConTeXt users" In-Reply-To: <4454F03E.1030007@cs.com> User-Agent: Opera M2/7.54 (FreeBSD, build 955) 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:27585 Archived-At: On Sun, 30 Apr 2006 19:13:34 +0200, WN wrote: > Question 1) : > > In my document I am using > \setupcombinedlist[content][alternative=c,aligntitle=no,width=4em] > and now I want to use the same layout for the list of figures but there > is not something equivalent like > \setupcombinedlist[figure][alternative=c,aligntitle=no,width=4em] The TOC is a combination of several lists (chapter, section, etc.), but a LOF is a single list. Try: \setuplist[figure][alternative=c,aligntitle=no,width=4em] or: \placelist[figure][alternative=c,aligntitle=no,width=4em] > Question 2): > > In my document I am also using \part and in the TOC the part number > prefixes the pagenumber like > > I want to get rid of the partnumbers which are prefixed to the > pagenumbers > so my TOC looks like > > Deel I Klassieke Elektrodynamica . . . . . . . . . . . . . . . . . . 1 Try this: \completecontent[partnumber=no] Regards, BG