dotstyle=+ 的問題

dotstyle=+ 的問題

我正在使用 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} 

但我得到了 在此輸入影像描述

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

答案1

這是 Overleaf 運作的輸出xelatex

在此輸入影像描述

相關內容