From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27957 Path: news.gmane.org!not-for-mail From: Dalyoung Newsgroups: gmane.comp.tex.context Subject: Re: some patches Date: Tue, 16 May 2006 00:34:14 +0900 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v749.3) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1147706805 16291 80.91.229.2 (15 May 2006 15:26:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 May 2006 15:26:45 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon May 15 17:26:43 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 1Ffey0-0005G0-QM for gctc-ntg-context-518@m.gmane.org; Mon, 15 May 2006 17:26:40 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F1584127B6; Mon, 15 May 2006 17:26:39 +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 08605-01; Mon, 15 May 2006 17:26:33 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 506FD127A8; Mon, 15 May 2006 17:26:33 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 27F69127A8 for ; Mon, 15 May 2006 17:26:31 +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 08378-05 for ; Mon, 15 May 2006 17:26:26 +0200 (CEST) Original-Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.181]) by ronja.ntg.nl (Postfix) with SMTP id 131CA1279A for ; Mon, 15 May 2006 17:26:25 +0200 (CEST) Original-Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/8.12.11/smtpout11/MantshX 4.0) with ESMTP id k4FFQOPW023148 for ; Mon, 15 May 2006 08:26:24 -0700 (PDT) Original-Received: from [211.196.225.40] ([211.196.225.40]) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id k4FFQI2N015827 for ; Mon, 15 May 2006 08:26:23 -0700 (PDT) Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.749.3) 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:27957 Archived-At: Dear Hans, Thank you for your work to make everything works fine, and I am sorry to ask you so many things. I made texmfstart working and created the format files using the commands texmfstart texexec --make en texmfstart texexec --make --xetex en It runs OK. I tested some files using "texmfstart texexec --pdf(or --xetex) "file.tex" and following results. 1. It runs OK for standard text using ConTeXt. 2. There are some warnings and errors for xetex files using XeConTeXt and there is no pdf output. (/usr/local/teTeX/share/texmf.local/tex/context/base/cont-err.tex > User file 'cont-sys.tex' not found, 'cont-sys.rme' has been used instead. < ) ) WARNING: Type1 font data returned by OFAStreamPSDownload isn't in the correct format required by the Adobe Type 1 Font Format specification. WARNING: Type1 font data returned by OFAStreamPSDownload isn't in the correct format required by the Adobe Type 1 Font Format specification. Output written on test.pdf (1 page). Transcript written on test.log. TeXUtil | parsing file test.tui TeXUtil | shortcuts : 0 TeXUtil | expansions: 0 TeXUtil | reductions: 0 TeXUtil | divisions : 0 TeXUtil | loaded files: 1 TeXUtil | commands: 23 TeXUtil | programs: 0 TeXUtil | tuo file saved test.dvi -> test.pdf ** ERROR ** Could not open specified DVI file: test.dvi Output file removed. TeXExec | runtime: 12.030969 The only thing I did to make texmfstart working is to enable the line containg "../texmf.local/scripts/context/ruby" in texmfstart.rb. since I installed teTeX via i-installer. Is there anything that I should do? Is the latest version cure for this problem too? Thank you again. Best regards, Dalyoung