Im using the new version of Inkscape, with which I have draw a graphics and labeled them. New Inkscape allows to export the graphics itself in pdf format and the text (labels) in tex file. In this file is an inputgraphics command and bunch of put commands that put together a desired graphics with lables.
So have have something like this:
Code: Select all
\begin{figure}
\caption{text}
\input{file.pdf_tex}
\end{figure}
I would like to avoid making any changes to the pdf_tex file as I will be overwriting it quite often and I dont want to go into it every time....
thank you for the advice