How do I solve the problem then?
here is what I have:
/usr/bin/texi2pdf* /usr/bin/texfont* /usr/bin/texconfig-sys*
/usr/bin/texi2dvi* /usr/bin/texfind* /usr/bin/texconfig-dialog*
/usr/bin/texindex* /usr/bin/texexec* /usr/bin/texconfig*
/usr/bin/texutil* /usr/bin/texmacs* /usr/bin/tex*
/usr/bin/textools* /usr/bin/texlinks* /usr/bin/texhash@
/usr/bin/texshow* /usr/bin/texdoctk*
/usr/bin/texmfstart* /usr/bin/texdoc*
how Do I install texlua? WHere is the download?
thank you
Ciro
-- Links of your interest:
http://www-personal.engin.umd.umich.edu/~cirosoto/
http://www.TheGuitarMakerExploration.com
http://www.myspace.com/sotoaguirre
Hi Ciro,
Considering that mtxrun exist, I suspect the interpreter of the script does
> I type:
> sudo mtxrun -script fonts --list
>
> and I get:
> sudo: unable to execute /usr/bin/mtxrun: No such file or directory
not exist, which is texlua on my system:
$ head -1 /usr/bin/mtxrun
#!/usr/bin/texlua
So the mtxrun script should be run by texlua, which is again a symlink to
luatex:
$ ls -l /usr/bin/texlua
lrwxrwxrwx 1 root root 6 2009-05-07 11:26 /usr/bin/texlua -> luatex
Perhaps you don't have luatex installed, or you are missing this symlink?
Gr.
Matthijs
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkowwKYACgkQz0nQ5oovr7zeCgCdGwt3hZS/7NGemZXl8cwZ3oiW
nS0An2ZDjG9MaUZPYBoekIAjwbViSv52
=TtML
-----END PGP SIGNATURE-----