## 编译环境 操作系统 * [ ] Windows 7/8/10 * [ ] macOS * [x ] Linux `若需勾选,请把[ ]改成[x]` Tex发行版 * [ ] TexLive `年份` * [ ] MikTeX `版本号` * [ ] CTeX `若需勾选,请把[ ]改成[x]` ## 用xelatex可以编译,但是pdflatex编译出错。请问下pstricks可否使用pdflatex进行编译。编辑器使用vscode. ```markdown \documentclass{standalone} %\usepackage{fourier-otf} \usepackage{pstricks-add, pst-feyn} \pagestyle{empty} \begin{document} \begin{pspicture}%[showgrid]% (0,-.1)(4,1.3) %\psdot(.5,.4)\psdot(3.5,.4) \psArrowLine[linecolor=red](1,0)(3,0) \psArrowLine[linecolor=red](0,0)(1,0) \psArrowLine[linecolor=red](3,0)(4,0) \psarc[linecolor=green!50,arrowscale=1]{->}(2,0){.5}{60}{120}%(2.04):coordinates; {1}radius; {60}{120} :angle \psGluonArc[amplitude=4pt,windings=8.5,radius=1,linecolor=blue!60](2,0)(0,180) \end{pspicture} \end{document} ```

1 回答1

0
很久不用 `pstricks` 了,从前用的时候只能用 `latex`编译,用 `dvips` 驱动转换成 `ps`,那时候是不能用`pdflatex` 的,后来用 `tikz` 以后就不再碰 `pstricks` 了,不知道后来引擎是不是支持,或者需要什么改动。

你的回答

请登录后回答

你的回答将会帮助更多人,请务必认真回答问题。