From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15484 Path: main.gmane.org!not-for-mail From: "Patrick Gundlach" Newsgroups: gmane.comp.tex.context Subject: Re: Installation problem Date: 22 Jun 2004 12:21:19 +0200 Organization: chaos Sender: ntg-context-admin@ntg.nl Message-ID: References: <20040621082819.GB11717@swordfish> <838AA777-C35F-11D8-BAAC-00039318D414@uni-bonn.de> <20040621082819.GB11717@swordfish> <20040621092202.GC11717@swordfish> <20040621100645.GD11717@swordfish> <40D6FAB0.4070504@wxs.nl> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1087899868 8194 80.91.224.253 (22 Jun 2004 10:24:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 22 Jun 2004 10:24:28 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Jun 22 12:24:18 2004 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 1BciRt-0002zl-00 for ; Tue, 22 Jun 2004 12:24:17 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 8F54510B70; Tue, 22 Jun 2004 12:24:13 +0200 (MEST) Original-Received: from lilly.ping.de (lilly.ping.de [83.97.42.2]) by ref.ntg.nl (Postfix) with SMTP id 7DA4E10B66 for ; Tue, 22 Jun 2004 12:21:18 +0200 (MEST) Original-Received: (qmail 30917 invoked from network); 22 Jun 2004 10:21:01 -0000 Original-Received: (ofmipd 83.97.40.163); 22 Jun 2004 10:20:39 -0000 Original-Received: from schnee.local (localhost [127.0.0.1]) by schnee.local (8.12.9/8.12.9) with ESMTP id i5MALKeu002380 for ; Tue, 22 Jun 2004 12:21:20 +0200 (CEST) Original-Received: (from pg@localhost) by schnee.local (8.12.9/8.12.2/Submit) id i5MALK7T002379; Tue, 22 Jun 2004 12:21:20 +0200 (CEST) Original-To: ntg-context@ntg.nl X-Authentication-Warning: schnee.local: pg set sender to patrick@gundla.ch using -f X-Lieblings-Musik: the_capricorns In-Reply-To: <40D6FAB0.4070504@wxs.nl> (Hans Hagen's message of "Mon, 21 Jun 2004 17:11:44 +0200") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (darwin) 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:15484 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15484 Hello Hans and Matt, here is my solution: in texexec.ini change set TeXFormatFlag to & into: set TeXFormatFlag to (empty) and run texexec like: texexec --tex=pdfetex file.tex this is because texexec checks if ( $TeXFormatFlag eq "" ) { if ($TeXProgram =~ /(etex|pdfetex)/) { $TeXFormatFlag = "-efmt=" ; # >=2004 -fmt= } elsif ($TeXProgram =~ /(eomega)/) { $TeXFormatFlag = "-eoft=" ; # >=2004 obsolete } elsif ($TeXProgram =~ /(aleph)/) { $TeXFormatFlag = "-fmt=" ; } else { $TeXFormatFlag = "-fmt=" ; } } and $TeXProgram is not set to $TeXExecutable (why the two different vars?) Patrick