I'm trying to export a SVG file into TeX code (pstricks) using Inkscape. I've created the code but I think something is missing in the preamble. What packages should I use? And what is the proper name to enter in the documentclass?
I'm adding the screenshot of all the errors which have occurred.

Because my code is too long I decided to upload it using a link:
link to my .tex file

.pdf? – Bernard May 21 '17 at 10:29\includegraphics. I mentioned this possibility because the pstricks code produced by all these graphic programs is not very good. – Bernard May 21 '17 at 10:43\includegraphics{mygraphicfile}is used in the .tex file at the place where you want it (or you preferably let it float iserting it in afigureenvironment. Another solution would be to use one ofsvgorsvg-inkscapepackages. – Bernard May 21 '17 at 11:46