This simple code generates hundreds of errors in the log (errors I don't understand).
Code: Select all
\documentclass[10pt]{article}
\usepackage{pstricks-add}
\pagestyle{empty}
\begin{document}
\psset{xunit=1.0cm,yunit=1.0cm,algebraic=true}
\begin{pspicture*}(-5,-5)(5,5)
\pscircle(1,1){3}
\end{pspicture*}
\end{document}
Please help!