我正在搜索特定的LaTeX输入文件,但无法在存储库中找到它。
我非常确定可以通过目录搜索存储库,因为以下命令(搜索LaTeX输入文件amsmath.sty)成功:
# apt-cache search amsmath
texlive-latex-base - TeX Live: Basic LaTeX packages
texlive-doc-it - TeX Live: Italian documentation
texlive-latex-extra - TeX Live: LaTeX supplementary packages
texlive-math-extra - TeX Live: Advanced math typesetting
我正在搜索的特定TeX输入文件未返回任何结果(apt-cache search breqn)。我breqn.sty是否可以假定存储库中的任何程序包中都没有该功能,然后通过其他方式(例如CTAN)进行查找?还是可能有另一种方式搜索包裹内容?
apt-file update。我以为这apt-get update也适用apt-file,但是事实并非如此。