早上,我尝试制作一个简单的网格,并画了一条线(类似手写笔)。我的线条很基础。我使用了 MikTex 和 TexStudio。编译正常,PDF 已完成但上面什么都没有,除了页码 - 在本例中是“1”。我束手无策了……
这是我的代码:
\documentclass[12pt]{article}
\usepackage{pstricks}
\usepackage{pstricks-add} %for the handy line
\begin{document}
\begin{pspicture}(-1,-1)(2,1)
\psgrid(-1,-1)(2,1)
\end{pspicture}
\begin{pspicture}(0,-0.5)(3,0.5)
\pslineByHand(0,0)(3,0)
\end{pspicture}
\end{document}
以及编译时来自系统的消息:
Process started: latex -src -interaction=nonstopmode "untitled-1".tex
Process exited normally
钛合金。
答案1
好吧。我的错。这是我使用的编译方法。正如评论所说其他用户以上,我尝试了 DVI / PS / PDF,现在运行正常。我认为 TeXStudio 中的过程并不像看起来那么简单。安装后我还没有配置应用程序,也许这就是问题所在。谢谢大家的帮助。