From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14113 Path: main.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: Re: installing context with tetex Date: Thu, 27 Nov 2003 18:37:01 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <20031127173700.GA6161@physik.fu-berlin.de> References: 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 1069955134 11391 80.91.224.253 (27 Nov 2003 17:45:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 Nov 2003 17:45:34 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Thu Nov 27 18:45:32 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 1APQCq-0004BW-00 for ; Thu, 27 Nov 2003 18:45:32 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id ACA1410AFB; Thu, 27 Nov 2003 18:45:22 +0100 (MET) Original-Received: from up.physik.fu-berlin.de (up.physik.fu-berlin.de [160.45.34.5]) by ref.ntg.nl (Postfix) with ESMTP id 9019E10ABB for ; Thu, 27 Nov 2003 18:37:02 +0100 (MET) Original-Received: from g25.physik.fu-berlin.de (g25.physik.fu-berlin.de [160.45.34.125]) by up.physik.fu-berlin.de (8.11.1/8.9.1) with ESMTP id hARHb2E736347; Thu, 27 Nov 2003 18:37:02 +0100 (CET) X-Envelope-From: tburnus@physik.fu-berlin.de X-ZEDV-BeenThere: nukleon Original-Received: from tburnus by g25.physik.fu-berlin.de with local (Exim 3.35 #1 (Debian)) id 1APQ4b-0001eD-00; Thu, 27 Nov 2003 18:37:01 +0100 Original-To: ntg-context@ntg.nl, Walter Harms Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i 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:14113 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14113 Hi, On Thu, Nov 27, 2003 at 09:46:42AM +0100, Walter Harms wrote: > i downloaded the cont-tmf.zip und installed into a (working) tetex. > i did a texhash but i still cant find texexec. Try kpsewhich -progname=context -format='other text files' texexec.pl there is this PERL file. (Besides: If you have a newer teTeX you should already have a /usr/bin/texexec (which is a shell script that basically calls perl `kpsewhich -progname=context -format='other text files' texexec.pl` \ ${1+"$@"} ) Tobias