From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/12796 Path: main.gmane.org!not-for-mail From: Gerben Wierda Newsgroups: gmane.comp.tex.context Subject: Newbie question on \completecontent Date: Wed, 6 Aug 2003 14:27:39 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <5E8A3844-C809-11D7-8891-000A95901A7E@rna.nl> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1060177736 28726 80.91.224.253 (6 Aug 2003 13:48:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 6 Aug 2003 13:48:56 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed Aug 06 15:49:18 2003 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 19kOfF-0004YA-00 for ; Wed, 06 Aug 2003 15:49:17 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id C583810B5F; Wed, 6 Aug 2003 15:49:12 +0200 (MEST) Original-Received: from mail.rna.nl (wierda-2.demon.nl [212.238.161.244]) by ref.ntg.nl (Postfix) with ESMTP id 235A610B58 for ; Wed, 6 Aug 2003 15:43:27 +0200 (MEST) Original-Received: from rna.nl (hermione-e.rna.nl [192.168.1.86]) by mail.rna.nl (Postfix) with ESMTP id 133CC2CACDB for ; Wed, 6 Aug 2003 15:45:11 +0200 (CEST) Original-To: ntg-context@ntg.nl X-Mailer: Apple Mail (2.552) 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:12796 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:12796 Suppose I create this document: > \starttext > \completecontent > \chapter{One} > \input tufte > \chapter{Two} > \input douglas > \stoptext I get a document with a content list and two chaqpters. Now I want to do the same in a project. I take the example from the manual and do this: > %% > %% This is the file book.tex > %% > \startproduct book > \project teoade > > \startfrontmatter > \completecontent > \stopfrontmatter > > \startbodymatter > \component chapters/chapter1 > \component chapters/chapter2 > \stopbodymatter > > \startbackmatter > \completeindex > \stopbackmatter > \stopproduct I get the chapters allright, but the list of contents and the index are empty. Why? Thanks, Gerben