0 text nodes were found.
Hello
I have problem with InkScape and LaTeXText. After I Run 'Extensions -> Render -> Text with Latex (GTK3)' new layer is created but its blank! If i mark option 'show log messages' i have message: 0 text nodes were found.

I have MikTex 2.9 installed on my windows 8.1
Can you please upload an example SVG to reproduce the problem?
That looks strange. How did you create the text element? Looking at the XML it seems that it is not a normal text element but a "FlowRegion". LaTexText only searches for standard svg:text elements. Haven't seen the FlowRegion before..
I just use normal text option in InkScape. Maybe i change some properties in InkScape?
Funny, I have used Inkscape for years but never recognized that there are two different ways to use the text tool...
- Cick somewhere and type the text, this creates an svg:text element
- Click and drag a rectangle, this will create a flowRoot and flowRegions which can then be filled with paragraphs
Currently, only the first kind of text is supported by LaTexText. Not sure if it makes sense to also support the other kind of text elements as Latex will create its own text flow anyway.
Could You send example file that is working for You?
OK. I understand what i'm doing wrong. If i select tool text i just need ONLY TO TYPE anywhere in program. Drawing rectangle with text tool don't work. Problem solved