我在 Ubuntu 上使用 texmaker,最近在编译 latex beamer 文件时不断出现一些错误。特别是,我遇到了 algorithm.sty 缺失的问题,安装 texlive-science 后解决了这个问题。现在我得到了这个“texnansi.sty”未找到的信息,我不知道为什么。有人遇到过这样的问题吗?你是怎么解决的?
答案1
您可以使用以下方法解决此类问题apt-file
:
[romano@pern:~] 21s % apt-file find texnansi.sty
texlive-fonts-extra: /usr/share/texlive/texmf-dist/tex/latex/ly1/texnansi.sty
这意味着丢失的包是texlive-fonts-extra
。
请注意,有时你必须手动更新数据库apt-file
,使用sudo apt-file update
。