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.

相关文章:

  • 2021-08-05
  • 2022-01-04
  • 2021-05-27
  • 2021-04-13
  • 2021-09-26
  • 2021-08-28
  • 2021-10-21
猜你喜欢
  • 2021-06-03
  • 2021-06-02
  • 2021-10-08
  • 2021-10-17
  • 2022-02-19
  • 2021-09-28
相关资源
相似解决方案