Thanks Jean, the list of locations jolted my brain into discovering a
simple solution. Here's how to make LyX work with a teTeX distribution
installed by Darwinports (assuming you don't have Fink installed as
well):
ln -s /opt/local /sw
Then Edit > Reconfigure, and away you go!
Ben
On 16 Nov 2004, at 22:21, Jean-Marc Lasgouttes wrote:
"Ben" == Ben Hourigan <[EMAIL PROTECTED]> writes:
Ben> I just switched from Fink to DarwinPorts today, and reinstalled
Ben> teTeX. DarwinPorts installs teTeX by default in
Ben> /opt/local/share/texmf/ and /opt/local/share/texmf-local/.
Ben> Executables are in /opt/local/bin/. LyX/Aqua can't find teTeX in
Ben> these locations, even after running texhash and doing an Edit >
Ben> Reconfigure.
Ben> Anyone know how to get LyX to recognise the teTeX installation in
Ben> these locations?
Currently, LyX/Mac automatically searches in these locations:
/sw/bin
/usr/local/bin
/usr/local/teTeX/bin/powerpc-apple-darwin-current
We could hardcode more entries, but this is beginning to look like a
bit too much entries...
JMarc