哪个包提供 pgfplots.sty?

哪个包提供 pgfplots.sty?

我遇到了以下错误:

! LaTeX Error: File `pgfplots.sty' not found.

如何在 Ubuntu 14.04 中安装 PGFPlots?我已经安装了以下软件包:

  • texlive-完整版
  • texlive-latex-extra
  • texlive-bibtex-extra
  • texlive-字体-推荐
  • pdflatex

答案1

pgfplots.sty文件应由texlive-pictures14.04 版的软件包提供

$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04 LTS"
$ 
$ dpkg -S pgfplots.sty
texlive-pictures: /usr/share/texlive/texmf-dist/tex/latex/pgfplots/pgfplots.sty
$ 

相关内容