From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/20170 Path: news.gmane.org!not-for-mail From: Frank Grieshaber Newsgroups: gmane.comp.tex.context Subject: inserting toc Date: Mon, 02 May 2005 13:32:03 +0200 Message-ID: <42760FB3.9050700@online-resourcen.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1115033350 14438 80.91.229.2 (2 May 2005 11:29:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 2 May 2005 11:29:10 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon May 02 13:29:08 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 1DSZ6g-00019U-8P for gctc-ntg-context-518@m.gmane.org; Mon, 02 May 2005 13:28:58 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8F317127BB; Mon, 2 May 2005 13:35:09 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 07399-01; Mon, 2 May 2005 13:35:09 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BF13A127D5; Mon, 2 May 2005 13:32:51 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0AACF127D5 for ; Mon, 2 May 2005 13:32:50 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 07179-03 for ; Mon, 2 May 2005 13:32:49 +0200 (CEST) Original-Received: from server5.web4a.de (server5.web4a.de [82.149.231.244]) by ronja.ntg.nl (Postfix) with ESMTP id 4CDC8127BB for ; Mon, 2 May 2005 13:32:49 +0200 (CEST) Original-Received: from [85.178.55.253] (e178055253.adsl.alicedsl.de [85.178.55.253]) by server5.web4a.de (server5.web4a.de) with ESMTP id 992D0C814D for ; Mon, 2 May 2005 13:32:44 +0200 (CEST) User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: de-DE, de, en-us, en Original-To: ntg-context@ntg.nl X-Virus-Scanned: by 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-Virus-Scanned: by amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:20170 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:20170 Hello, I want to insert a table of contents but all I get is the following error message in the created pdf-file: [part,chapter,section,subsection,subsubsection not found/processed] According to the mp-cb-en.pdf page 51/52 documentation I included the following lines to the setup area: \definelist[chapter] \setuplist [chapter] [before=\blank, after=\blank, style=bold] \definelist[section] \setuplist [section] [alternative=d] \definecombinedlist [contents] [chapter,section] [level=subsection] and \placecontent after the \starttext and in front of the first \chapter. What am I doing wrong here? Frank