I've just installed TexLive 2016 on my computer and it don't manage tu use PsTricks any more.
I receive the error message
Undefined control sequence
\psline{->}(-.5,0)(3,0)
when compiling with TexWorks under pdfLaTeX the following file :
Code: Select all
\documentclass{book}
\usepackage{pstricks, pst-plot}
\begin{document}
\psline{->}(-.5,0)(3,0)
\end{document}