我正在使用 Overleaf 和 LaTeX 編譯器。我有以下程式碼:
\documentclass[pstricks,border=12pt,preview]{standalone}
\begin{document}
\begin{pspicture}[showgrid](0,0)(2,2)%
\psdots[dotstyle=+,linecolor=red,dotsize=20pt](1,1)%
\end{pspicture}
\end{document}
但我得到了

為什麼十字架不在正確的位置?我怎樣才能自動修復它?