我如何pgfplot
在 Lubuntu 中安装软件包?据了解,我使用 TeXstudio,我在其中搜索了一段时间,寻找可以管理 TeX 软件包的所见即所得工具,但没有找到。
答案1
这些文件amsrefs.sty
未pcatcode.sty
包含在包中texlive-latex-base
,所以这可能是为什么您被告知目录不存在。
您要查找的文件位于另一个 TeX Live 包中,即texlive-bibtex-extra
。安装它,您的文档应该可以编译。要安装它,请执行例如
sudo apt-get install texlive-bibtex-extra