hi tobias,
i run a vaniall SuSE 9.0 and have installed: tetex-2.0.2-48
There is no 'texexec':(

ls /usr/bin/tex*
/usr/bin/tex        /usr/bin/texdoctk  /usr/bin/texhash      /usr/bin/texlinks
/usr/bin/texconfig  /usr/bin/texfind   /usr/bin/texi2pdf     /usr/bin/text2sf
/usr/bin/texdoc     /usr/bin/texfont   /usr/bin/texinfo2man

ok i have created a texexec

#!/bin/sh
perl $(kpsewhich -progname=context -format='other text files' texexec.pl) ${1+"$@"}

that fails with 
sh: line 1: pdfetex: command not found

google tells me pdfetex is something like pdftex (what i have installed)
can i use that ?

walter



- - - - - - - - - - - - - - Original Message - - - - - - - - - - - - - -
From: Tobias Burnus <[EMAIL PROTECTED]>
Subject: Re: [NTG-context] installing context with tetex
Date: 11/27/03 18:37

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
_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to