I use Inkscape to create some vector graphics, but I want any text on that graphic being compiled by Latex. Therfore I use the option of Inkscape to create a seperate .pdf_tex file which contains the text information.
This works well in principle, but the position of the text in Latex seems somehow "random". In Inkscape I can very easily place my text correclty (centered within a circle, for example), but once I compile it with latex the text isn't centered anymore...
What is the general workflow to avoid such problems? I really want Latex to compile my texts as they contain a lot math symbols, however I don't want to place them manually with \put(x,y) just to get them at the right position.
Any help is greatly appreciated!
EDIT:
Enclosed a MWE:
\documentclass[a4paper]{scrartcl}
\usepackage{graphicx}
\usepackage{color}
\begin{document}
\begin{figure}[!htb]
\centering
\def\svgwidth{0.2\textwidth}
\input{graphic.pdf_tex}
\end{figure}
\end{document}
Where graphic.pdf_tex is an Inkscape image with a circle and some latex math formula in it.





\documentclassand the appropriate packages that illustrates the problem along with some cases where you show how the right position should be determined or specified. – Peter Grill Oct 11 '14 at 18:53