From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13962 Path: main.gmane.org!not-for-mail From: "Onet" Newsgroups: gmane.comp.tex.context Subject: configuration (texutil?) problem Date: Tue, 28 Oct 2003 12:51:33 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <000701c39d4a$0074c820$6b184cd5@laptop> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1067342713 13808 80.91.224.253 (28 Oct 2003 12:05:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Oct 2003 12:05:13 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Oct 28 13:05:10 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 1AESb0-0004Wp-00 for ; Tue, 28 Oct 2003 13:05:10 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id B0D3610B13; Tue, 28 Oct 2003 13:05:03 +0100 (MET) Original-Received: from smtp4.poczta.onet.pl (smtp4.poczta.onet.pl [213.180.130.28]) by ref.ntg.nl (Postfix) with ESMTP id 02AA210B04 for ; Tue, 28 Oct 2003 12:58:47 +0100 (MET) Original-Received: from pa107.gdansk.cvx.ppp.tpnet.pl ([213.76.24.107]:516 "HELO laptop") by ps4.test.onet.pl with SMTP id ; Tue, 28 Oct 2003 12:47:28 +0100 Original-To: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 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:13962 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13962 Hi all! I had to change an operating system temporarly; now I use win98, but I haven't change ConTeXt installation and configuration at all. I'm not sure if win version causes the problem, but I can't see any other reasons... Anyway, the problem is that I can't build a list of contents. A sample zzz.tex file looks like this: \starttext \completecontent \chapter{Some chapter} \section{One section} \section{Another section} \chapter{And one more chapter} \section{And one more section} \stoptext After running such a code with command 'texexec --pdf zzz.tex'. At the end of job texexec says: run time : 4 seconds sorting and checking : running texutil total run time : 4 seconds There is no another run, the file is processed only ones. There is no 'zzz.tuo' in output. So I tried to test texutil running it directly with command 'texutil --references zzz.tui' (not sure if it is correct...). But the strangest thing is that texutil says: action : processing commands, lists and registers error : empty input file zzz.tui Of course zzz.tui is NOT empty. Does anybody know what may be responsible for that? TeXexec version: 2.8 TeXutil version: 7.3 THanks in advance, Pawe/l