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.

  • 相关阅读:
    Xcode4快速Doxygen文档注释 — 简明图文教程(3分钟后爽歪歪)
    ACE小记
    【C++】获得本机所有网卡的IP和MAC地址信息(转)
    一周好文(11)
    cocos2d‘s replaceScene
    iPhone 真机调试安装流程
    金牌银牌铜牌
    整数分割(摘抄)

    马拦过河卒
  • 原文地址:https://www.cnblogs.com/Patt/p/5880933.html
Copyright © 2011-2022 走看看