I use Debian Wheezy and have installed
texlive
, full and also texlive-pstricks
. I now wish to use latexdraw and use the on-the-fly generated latex code in my latex-documents. I run latexdraw, draw something and try to use the generated code but the response Code: Select all
(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg))
! Undefined control sequence.
<recently read> \c@lor@to@ps
l.16 \psline[linewidth=0.04cm](
0.0,0.43)(0.86,-0.43)
? h
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.
comes up. I inserted the 'h' to get something more legible. My latex-code is
Code: Select all
\begin{pspicture}(0,-0.45)(0.88,0.45)
\psline[linewidth=0.04cm](0.0,0.43)(0.86,-0.43)
\end{pspicture}
with the following includes at the top:
Code: Select all
\documentclass[a4paper,11pt,pdftex]{amsart}
\usepackage{amsmath,amsthm,amssymb}
\usepackage[margin=0.5in]{geometry}
\usepackage[usenames,dvipsnames]{pstricks}
\usepackage{epsfig}
\usepackage{pst-grad} % For gradients
\usepackage{pst-plot} % For axes
I have read other posts where it is recommended that one installs the texlive package manger, however, I cannot find a download link to it, if the response to this post becomes "get texlive package manager", please include a link to where I can find it.
Greetings
Johnny