From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30186 Path: news.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: Re: compiling project files Date: Wed, 09 Aug 2006 18:26:52 +0200 Message-ID: <44DA0CCC.9000104@net-b.de> References: <221cc89e0608090852s616e2ecag3a8e21cd3b679b02@mail.gmail.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 1155140856 23335 80.91.229.2 (9 Aug 2006 16:27:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 9 Aug 2006 16:27:36 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Aug 09 18:27:25 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 1GAqth-00063M-FV for gctc-ntg-context-518@m.gmane.org; Wed, 09 Aug 2006 18:27:09 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A81561FE96; Wed, 9 Aug 2006 18:27:08 +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 13980-02; Wed, 9 Aug 2006 18:27:00 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E73951FEB9; Wed, 9 Aug 2006 18:26:59 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D0D011FEB9 for ; Wed, 9 Aug 2006 18:26:57 +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 13750-03 for ; Wed, 9 Aug 2006 18:26:54 +0200 (CEST) Original-Received: from zs04.physik.fu-berlin.de (zs04.physik.fu-berlin.de [160.45.35.155]) by ronja.ntg.nl (Postfix) with SMTP id E172F1FE96 for ; Wed, 9 Aug 2006 18:26:53 +0200 (CEST) Original-Received: from ith.physik.fu-berlin.de ([160.45.32.115] helo=[127.0.0.1]) by zs04.physik.fu-berlin.de with esmtp (Exim 4.63) (envelope-from ) id 1GAqtR-0003Zg-3x; Wed, 09 Aug 2006 18:26:53 +0200 User-Agent: Thunderbird 1.5.0.4 (X11/20060527) Original-To: mailing list for ConTeXt users , derekschmidt@gmail.com In-Reply-To: <221cc89e0608090852s616e2ecag3a8e21cd3b679b02@mail.gmail.com> X-Scanned: No viruses found. X-Scan-Signature: 007ccc0c6428e27c742f0fa72255a7bf 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:30186 Archived-At: Hi Derek, Derek Schmidt wrote: > When I texexec it, it runs but only produces and empty table of contents with the word Contents at the top. It won't list the chapters, forget about actually printing their content. > I have only three ideas: (a) The data is not available. The mechanism is a follows: 1. TeX is run and chapter names with pagenumbers etc. are saved into .tui. 2. TeXutil is run and sorts some entries in *.tui and writes *.tuo 3. TeX is run again, reads .tuo and uses that data to produce the table of contents etc. (and produces a new .tui) As this changes the page numbers (for longer table of contents), TeXutil and TeX are re-run again. In principle TeXExec should do this automatically. Do you have a *.tuo file? (b) The data is available via .tuo but somehow \completecontent only writes the sections below the "Content" chapter, which is empty. Try: \completecontent[criterium=all] this instructs it to print the table of content for all chapters (which is actually the default). (c) Something is broken (whatever, the installation, ConTeXt/TeXexec, my ability to find the cause of problems etc.) Tobias