Thanks, JiHO. Apparently, if I start Inkscape by clicking on the Inkscape.app icon, then my PATH variable is not read. However, if I start Inkscape by typing /Applications/Contents/MacOS/Inkscape in Terminal, I do have Extensions-->Render-->LaTeX (and it seems to work correctly).

Now I need to figure out why my first method failed.

Louis

----- Original Message -----
From: "jiho" <jo.irisson@...400...>
To: "Louis P Zulli" <zullil@...2149...>
Sent: Thursday, March 5, 2009 9:01:56 AM GMT -05:00 US/Canada Eastern
Subject: Re: [Inkscape-devel] Extensions-->Render-->LaTeX doesn't exist?

On 2009-March-05  , at 13:28 , Zulli, Louis P wrote:

> I just installed the latest snapshot of Inkscape-20809-10.5-i386.dmg  
> on my MacBook. There does not seem to be an option for including  
> LaTeX formulas. With the stable version of Inkscape, I use the  
> textext extension. However, I thought the ability to render LaTeX  
> had now been built into Inkscape.
>
> Am I missing something, or is this feature not available yet? Thanks.

I have built this snapshot. I initially saw the same here = no Latex  
extension. Nothing has changed in the .inx file itself so my best  
guess is that something changed in the loading of extensions.
However, now, after running different versions of Inkscape including  
the release one, I see the option in the devel version. No idea what  
happened.
One thing I did and you may try, is to open Inkscape.app (right click,  
show package content). Navigate to Contents/Resources/extensions and  
open eqtexsvg.inx and remove the lines:
                <dependency type="executable" location="path">latex</dependency>
        <dependency type="executable" location="path">dvips</dependency>
        <dependency type="executable" location="path">pstoedit</dependency>
it may be that Inkscape does not find these executables when it checks  
them before loading the extension, even though they are on your system  
(but in exotic places such as /usr/texbin or /opt/local/bin). Removing  
the lines removes the check.

JiHO
---
http://jo.irisson.free.fr/