From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11447 Path: main.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.comp.tex.context Subject: Re: texexec not finding cont-en Date: Sun, 16 Mar 2003 21:18:46 +0100 Organization: privat Sender: ntg-context-admin@ntg.nl Message-ID: <87smtndpzt.fsf@gundla.ch> References: <200303161427.10085.pajer@iname.com> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1047846073 5746 80.91.224.249 (16 Mar 2003 20:21:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 16 Mar 2003 20:21:13 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Sun Mar 16 21:21:12 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18ued6-0001UY-00 for ; Sun, 16 Mar 2003 21:21:12 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id DE29410AF9; Sun, 16 Mar 2003 21:22:01 +0100 (MET) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.185]) by ref.ntg.nl (Postfix) with ESMTP id C139710AB6 for ; Sun, 16 Mar 2003 21:19:11 +0100 (MET) Original-Received: from [212.227.126.161] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 18uebA-0007X8-00 for ntg-context@ntg.nl; Sun, 16 Mar 2003 21:19:12 +0100 Original-Received: from [129.217.137.250] (helo=levana) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 18ueb9-0002ka-00 for ntg-context@ntg.nl; Sun, 16 Mar 2003 21:19:11 +0100 Original-Received: from pg by levana with local (Exim 3.12 #1 (Debian)) id 18ueal-0000Qo-00 for ; Sun, 16 Mar 2003 21:18:47 +0100 Original-To: ntg-context@ntg.nl X-Lieblings-Musik: a.c. In-Reply-To: <200303161427.10085.pajer@iname.com> (Gary's message of "Sun, 16 Mar 2003 14:27:09 -0500") Original-Lines: 71 User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i586-pc-linux-gnu) 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:11447 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11447 Gary writes: Hello Gary, > I've installed the default teTeX distribution that comes with Mandrake. > I've installed the latest ConTeXt beta How? Did you copy the new files over the old ones? > I've edited texexec.ini, commenting out the reference to l:/... You shouldn't need to do this. > I've edited ... what was it ... fmtedit?? darn, can't remember, but > I uncommented two lines that refer to cont-en and cont-nl fmtutil --edit? > I've added to PATH: > /usr/share/texmf > /usr/share/texmf/tex/context/base > /usr/share/texmf/tex/context/config Not needed, please don't do so. > I've made cont-en.tex and cont-en.ini executable not needed, as well. > But texexec --pdf filename.tex returns with > sh: line 1: cont-en: command not found > > so cont-en is either not on the path or not executable, right? it does not need to be there. So something else must be wrong. > Please be explicit: > are we talking about cont-en.tex, cont-en.ini, or cont-en.tws? neither nor. We are talking mainly about the executable files texexec, pdfetex and the texexec.ini config file for texexec (so many config files!) > Where is the usual place to put it? Don't know where the usual place is, but I keep my ConTeXt installation separate from the tetex installation, since I like to keep things apart. I changed the config file texmf.cfg and included the ConTeXt path. Nevertheless, it should be possible to install the ConTeXt beta over the tetex installation. > When adding to path, is the shell environment PATH variable what's meant? or > is there some way within ConTeXt to set a path? Yes, no. > What else could be wrong? Please post the output of `texexec --verb' and the output of `kpsewhich cont-en.efmt' and `type texexec'. Patrick