logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

TeX Live Info - Show Package Information | Online Free DevTools by Hexmos

Show TeX Live package information with tlmgr info. Manage TeX distribution, list installed packages, and inspect package details easily. Free online tool, no registration required.

tlmgr-info

Show information about TeX Live packages. More information: https://www.tug.org/texlive/doc/tlmgr.html#info.

  • List all available TeX Live packages, prefexing installed ones with i:

tlmgr info

  • List all available collections:

tlmgr info collections

  • List all available schemes:

tlmgr info scheme

  • Show information about a specific package:

tlmgr info {{package}}

  • List all files contained in a specific package:

tlmgr info {{package}} --list

  • List all installed packages:

tlmgr info --only-installed

  • Show only specific information about a package:

tlmgr info {{package}} --data "{{name}},{{category}},{{installed}},{{size}},{{depends}},{{...}}"

  • Print all available packages as JSON encoded array:

tlmgr info --json

See Also