尝试使用该acronym软件包时遇到错误。我所有需要的包都在一个myPreamble.sty文件中,我将它加载到我的主tex文件中\usepackage{myPreamble}。
我添加\usepackage{acronym}到所述文件中,但是在运行时pdflatex main.tex我收到了
! LaTeX Error: File 'acronym.sty' not found.
我阅读的消息acronymrequires suffix,所以我也添加了它myPreamble,但这导致了
! LaTeX Error: File 'suffix.sty' not found.
如何生成这些文件?
小智 6
该错误意味着您的系统中没有安装该软件包。您可以从CTAN下载软件包并将其安装在您的系统中https://tex.stackexchange.com/questions/2063/how-can-i-manually-install-a-package-on-miktex-windows#2066。
在 Arch Linux 上,软件包位于软件包组中texlive-most。