When executing the following code, I get the error:
Undefined control sequence. <recently read> \c@lor@to@ps l.7 [name=A] 1 & [name=B] 8 \\[0pt] ?
Here is the code:
\documentclass{article}
\usepackage{pstricks}
\usepackage{pst-node}
\begin{document}
\begin{psmatrix}[fillstyle=solid,mnode=circle,colsep=1]
[name=A] 1 & [name=B] 8 \\[0pt]
[name=C] 2 & [name=D] 9
\end{psmatrix}
\end{document}
I have updated my packages as well but no affect.
pdflatex. – Bernard May 14 '14 at 10:12pdflatex --enable-write18 test.texwith the document class as\documentclass[12pt, pdf]{article}, I get the same error. The packages I have used are :\usepackage{pstricks} \usepackage{pst-node}– subham soni May 14 '14 at 12:12auto-pst-pdfinstalled? Thepdfoption just loads auto-pst-pdf, that does all the job. – Bernard May 14 '14 at 12:49latex-dvi-ps-pdfway..... – subham soni May 14 '14 at 13:05