psplot
与 结合使用时遇到了一个问题pspicture*
。
一个例子:
\documentclass{article}
\usepackage{pst-plot}
\begin{document}
\begin{pspicture*}(-2,-2)(2,2)
\psplot{-2}{2}{x 2 exp}
\end{pspicture*}
\end{document}
使用 latex -> dvips -> ps2pdf 进行编译,生成一个好看的抛物线。打印在一些在我们的打印机中,抛物线的两端由一条细线连接。在屏幕上查看 PDF 文件时看不到这条线。
我宁愿永远不要听到这样的台词。
有人知道发生了什么事吗?
(我实际绘制的图要复杂得多,因此有关绘制抛物线的其他方法的建议没有用。)
答案1
我看不到。没有星号版本会怎么样?
\documentclass{article
\usepackage{pst-plot}
\begin{document}
\begin{pspicture}(-2,-2)(2,2)
\psplot{-1.4}{1.4}{x 2 exp}
\end{pspicture}
\end{document}
如果可行,则是您的打印机存在问题。