I am trying to compile the following pstricks image which I asked in another post:
\mathversion{sans}\setlength\fboxsep{0pt}
\begin{postscript}
$\begin{pmatrix}
0 & 0 & 0 & 0 & \dots & 0 \\ 0 & \pnode[0,1.5ex]{A} & & &\pnode[0,1.5ex]{Dh} \\0\\0\\\vdots &\pnode{Dv} \\0 & & & & & \pnode{B}
\end{pmatrix}$
\psset{arrowinset=0, linewidth=1.5pt, linearc=0.2pt, nodesep = 6pt,, arrows =c- }
\psline{<->}(A)(B)
\psset{linecolor=RoyalBlue2, fillcolor=RoyalBlue1!15!, arrows =c-}
\ncangle[angleB=90, linestyle = none, fillstyle=solid,]{A}{B}
\ncline[nodesepB=9.5pt]{A}{Dh}
\ncangle[angleA=90, nodesepB=7.5pt]{B}{Dh}
\rput(Dh){\color{RoyalBlue2}\dots}
\psset{angleA=-90, angleB=180, linecolor=Red1!60!, fillcolor=Red1!10!, arrows =-c}
\ncangle[linestyle=none, fillstyle=solid]{A}{B}
\ncangle[nodesepA=3pt,]{Dv}{B}
\ncline[nodesepA=12pt]{Dv}{A}
\rput[B](Dv){\color{Red1!60!}\vdots}
\end{postscript}
But it does not compile. I am using TexShop on Mac and am using the LaTeX compiler. I have tried various suggestions that have been posted on this post and this post on how to run PSTricks on TeXShop. Neither have worked so far.
In the compile console , it says: Package ifplatform Warning: shell escape is disabled, so I can only detect \ifwindows. Package auto-pst-pdf Error: "shell escape" (or "write18") is not enabled: auto-pst-pdf will not work!
Please let me know what configuration and packages needs to be changed, included and how to get the image to work. Thanks a lot.

xelatexand notlatex– Sep 10 '15 at 06:20