Hallo zusammen,

ich habe mit Inkscape eine Grafik erstellt und das Ergebnis nach LaTeX with PSTricks macros exportiert. Laut Inkscape soll man es mittels:
Code:
\documentclass[12pt]{article}
\usepackage{pstricks}
\begin{document}

Test of PSTricks with Inkscape.

\input{pic1.tex}

\end{document}
einbinden, wenn ich dies aber mache, erhalte ich im TexnicCenter folgende Fehler:
Code:
] [48])) (pic1.tex
! Undefined control sequence.
 \c@lor@to@ps 
                             
l.17 }
      
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

! Undefined control sequence.
\XC@usec@lor ...\expandafter \c@lor@to@ps #1#2\@@ 
                                                  \else \expandafter \expand...
l.17 }
      
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

! Undefined control sequence.
 \c@lor@to@ps 
                             
l.17 }
      
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

! Undefined control sequence.
\XC@usec@lor ...\expandafter \c@lor@to@ps #1#2\@@ 
                                                  \else \expandafter \expand...
l.17 }
      
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

! Undefined control sequence.
 \c@lor@to@ps 
                             
l.49 }
....
Was mache ich falsch? Ich geh schon mal davon aus, dass Inkscape weiß, was es erzeugt.

mfg

uwe