Am Freitag, 25. November 2005 19:30 schrieb Jean-Pierre Chrétien: > Hello, > > I posted this message on the users list, but as I got no answer > I think devel would have vbeen more appropriate.
I read the message but forgot to reply. > Sorry for the crospost. > > I have LyX installed on a Debian with two latex distributions: > - teTeX-2.0 deb package (needed for dependencies) > - TeXLive-2004 tetex 3.0 from the experimental archive works well here. > I work under tcsh, and set the PATH so that TeXLive bin comes > before teTeX binaries. > > LyX reconfigure finds TeXLive OK, and all worked fine until recently > where it appeared that LyX runs teTeX in the background, > the only changes I can think of is a regular apt-get upgrade > and a download of the tex2lyx deb package, after which I Where did you get the tex2lyx debpackage? Do you mean the outdated tarball on the wiki from february (sdon' use that), or something else? > pasted all LyX-1.4/share/lyx/lyx2lyx/*.py scripts in /usr/share/lyx/lyx2lyx. > > I strongly suspect this last operation to be responsible fro the problem. I don't think so. This should be a safe thing to do if your LyX 1.3.x is 1.3.6 or later. > Any confirmation ? Any other clue ? > This seems related to another question I posted a few weeks ago > about the htlatex compilation from outside and inside LyX. > > I've seen a general wrapper in the scripts dir: could it explain > why my PATH env variable seems not seen by the LyX internals ? I don't think so (I don't know if it is used at all). LyX uses /bin/sh as shell. Maybe some package update broke it so that it does not inherit the PATH variable from your tcsh anymore? You can easily test that by inserting some debug output in lib/configure. Georg