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
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