Comment 1 for bug 170736

Revision history for this message
Bug Importer (bug-importer) wrote :

With the latex package "psfrag" you can change labels in
your figure to anything that you can write in Latex. I can,
for exemple, make a diagram in Dia and put a label (without
spaces) like "label_me", for example. The i export the
diagram as eps and include it in Latex with the commandsthe

\begin{figure}
\psfrag{label_me}{Text in Latex}
\includegraphics{my_figure.eps}
\end{figure}

However, this didn't work with a graphic exported to eps in
inkscape.
I guess it'is easier (and more useful, in my opinion) to
figure it out why it didn't work with inkscake than
implement a way to add a latex object in Inkscape directly.

Sorry about my english