[texdoc] unix: texdoc
Pavel Striz
striz at fame.utb.cz
Tue Aug 2 23:01:42 CEST 2011
Thank you, that was it!
I run:
sudo apt-get autoremove
sudo apt-get remove luatex
and I swapped paths
from
export PATH=$PATH:/usr/local/texlive/2011/bin/i386-linux/
to
export PATH=/usr/local/texlive/2011/bin/i386-linux/:$PATH
It also looks that it simultaneously solves the same problem with my Xindy under Ubuntu as it now clearly states (xindy --version) which CLISP has been used.
Many thanks and all the best,
Pavel
-----Původní zpráva-----
Od: Manuel Pégourié-Gonnard [mailto:mpg at elzevir.fr]
Odesláno: 2. srpna 2011 22:29
Komu: Pavel Striz
Předmět: Re: [texdoc] unix: texdoc
Le 02/08/2011 22:07, Pavel Striz a écrit :
> user at ubuntu:~$ which luatex
> /usr/bin/luatex
>
This is likely to be the problem. The luatex you're using is not the one from
TeX Live 2011, so it is unlikely to find files in the TeX Live 2011 trees.
(Texdoc is a texlua script, in case you're wondering what the link with LuaTeX is.)
You should check your PATH definition to make sure the executables from TeX Live
2011 have precedence over those from your Linux distro, eg:
PATH=/usr/local/texlive/2011/bin/i386-linux/:"$PATH"; export PATH
in the appropriate place.
hth,
Manuel.
___ Information from ESET Mail Security, ver. 6345 (20110802) ___
The message was checked by ESET Mail Security. www.eset.com
More information about the texdoc
mailing list