考虑以下内容(或任何其他可编译文档):
\documentclass{article}
\usepackage{pst-plot}
\begin{document}
Test
\end{document}
如果我使用编译latex
,我会得到错误
! LaTeX Error: File `pst-plot.sty' not found.
我有一个最新的 TeX Live 2013 发行版。
有人能告诉我如何解决这个问题(不用pst-plot.tex
和pst-plot.sty
与文档位于同一目录中)?
PS:今天之前没有出现过这个问题。
更新
赫伯特现在已经修复了这个问题并将新版本放在了 CTAN 上;对此表示感谢。
答案1
TeXLive 中的上次更新pst-plot
是错误的。LaTeX 和 TeX 文件都在/texmf-dist/doc/generic/pst-plot
但不在正确的目录中:
/texmf-dist/tex/generic/pst-plot/
/texmf-dist/tex/latex/pst-plot/
等待下一次更新或自行将文件从 doc 目录移动到正确的目录,然后运行texhash
。