我使用的是最新的pst-plot
。在编译以下内容时,出现了以下错误。
平均能量损失
\documentclass[pstricks,border=12pt]{standalone}
\usepackage{pst-plot}
\psset
{
xtrigLabels,
trigLabelBase=2,
}
\begin{document}
\begin{psgraph}[dx=\psPiH](0,0)(-\psPiH,-2)(\psPiTwo,2){5cm}{!}
\psxTick[labelsep=12pt](\psPiH\space 1.5 mul){A_1}
\end{psgraph}
\end{document}
什么原因导致\psxTick
无法工作?如何修复?
答案1
pst-plot.tex
处理来自的文件http://texnik.dante.de/tex/generic/pst-plot/pst-plot.tex