From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15485 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Re: Installation problem Date: Tue, 22 Jun 2004 12:35:53 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <40D80B89.4020403@wxs.nl> 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=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1087900704 10034 80.91.224.253 (22 Jun 2004 10:38:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 22 Jun 2004 10:38:24 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Jun 22 12:38:17 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 1BcifR-0003d7-00 for ; Tue, 22 Jun 2004 12:38:17 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 286BE10B70; Tue, 22 Jun 2004 12:38:13 +0200 (MEST) Original-Received: from mailrelay02.solcon.nl (maillb.solcon.nl [212.45.32.200]) by ref.ntg.nl (Postfix) with ESMTP id A099110B66 for ; Tue, 22 Jun 2004 12:35:55 +0200 (MEST) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mailrelay02.solcon.nl (8.12.11/SQL-8.12.11-5/8.12.11) with ESMTP id i5MAZrne001438 for ; Tue, 22 Jun 2004 12:35:53 +0200 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id E732C1798A; Tue, 22 Jun 2004 12:35:54 +0200 (CEST) Original-Received: from [10.100.1.191] (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id AE71711EC7 for ; Tue, 22 Jun 2004 10:35:53 +0000 (UTC) User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en-us, en Original-To: ntg-context@ntg.nl In-Reply-To: X-Virus-Scanned: clamd / ClamAV version 0.70, clamav-milter version 0.70j 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:15485 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15485 Patrick Gundlach wrote: > <>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=" ; > } > } indeed, the texexec.rme file is changed accordingly; i needed that change because & is giving to much problems in nested calls; also, next year there will be changes again because from now on web2c formats will be fmt, like web2c/pdfetex/cont-en.fmt instead of web2c/cont-en.efmt (currently both -efmt and -fmt are handled by the latest pdfetex) ; i didn't check miktex yet > <>and $TeXProgram is not set to $TeXExecutable (why the two different > vars?) dunno, must have a look Hans