Ben Hourigan wrote:

I just switched from Fink to DarwinPorts today, and reinstalled teTeX.

DarwinPorts installs teTeX by default in /opt/local/share/texmf/ and /opt/local/share/texmf-local/. Executables are in /opt/local/bin/. LyX/Aqua can't find teTeX in these locations, even after running texhash and doing an Edit > Reconfigure.

Anyone know how to get LyX to recognise the teTeX installation in these locations?

Assuming you've clobbered /sw, since you don't use fink anymore, how about, from a shell:


 sudo ln -s /opt /sw

and perhaps also (to mimic fink tetex dir structure:

 sudo ln -s /opt/local/share /opt/share
 sudo ln -s /opt/local/bin/ /opt/bin

If there are already share and bin subdirs below /opt, you might need to use more creative symlinks.

Chris Menzel



Reply via email to