zoukankan      html  css  js  c++  java
  • LaTeX 笔记---Q&A

    Q: Is it possible to check which package do I need to install to get certain .sty file from tlmgr rather than googling it or going to CTAN?

    A:

    $ tlmgr search --global --file cfr-lm.sty
    tlmgr: package repository http://mirror.ox.ac.uk/sites/ctan.org/systems/texlive/tlnet
    cfr-lm:
            texmf-dist/tex/latex/cfr-lm/cfr-lm.sty
    

    You should try this:

    tlmgr --help


    Q: Basic utility of tlmgr.

    A:

    tlmgr manages an existing TeX Live installation, both packages and configuration options.
    After successfully installing TeX Live, here are a few common operations with "tlmgr":
    tlmgr option repository http://mirror.ctan.org/systems/texlive/tlnet
    Tell "tlmgr" to use a nearby CTAN mirror for future updates; useful if you installed TeX Live from the DVD image and want continuing updates.
    tlmgr update --list
    Report what would be updated without actually updating anything.

    tlmgr update --all
    Make your local TeX installation correspond to what is in the package repository (typically useful when updating from CTAN).
    tlmgr info what
    Display detailed information about a package what, such as the installation status and description, of searches for what in all packages.

  • 相关阅读:
    Fitness
    【代码优化】Unity查漏补缺
    Fitness
    MonoBehaviour生命周期与对象数据池应用
    Fitness
    点、向量、方向在局部与世界坐标系转换的对比
    在企业运营中的感触
    技术杂想2015年夏天
    Heimich manoeuvre 海姆利克氏操作
    徒手CPR心脏复苏
  • 原文地址:https://www.cnblogs.com/Patt/p/5880933.html
Copyright © 2011-2022 走看看