This is the minimal example I am using:
Code: Select all
\documentclass[12pt]{article}
\usepackage{pstricks}
\begin{document}
Test of PSTricks with Inkscape.
\input{FileExportTest.tex}
\end{document}
http://tavmjong.free.fr/INKSCAPE/MANUAL ... port-Other.
I have read somewhere that the command \input may be troublesome, so I tried \include but nothing changed. I also tried to insert the .tex code of the figure into the main .tex file: the result was the same.
Just in case, I'm not using a classic .pdf or .eps format because I'd like to include this figure directly into an equation, but I don't know any other simple ways to do it. Thank you.