logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Check TeX Live - Verify Installation Consistency | Online Free DevTools by Hexmos

Check TeX Live installations for inconsistencies with Tlmgr Check. Ensure package integrity and dependency resolution. Free online tool, no registration required.

tlmgr-check

Check the consistency of a TeX Live installation. More information: https://www.tug.org/texlive/doc/tlmgr.html#check-option…-depends-executes-files-runfiles-texmfdbs-all.

  • Check the consistency of the whole TeX Live installation:

tlmgr check all

  • Check the consistency of the whole TeX Live information in verbose mode:

tlmgr check all -v

  • Check for missing dependencies:

tlmgr check depends

  • Check if all TeX Live executables are present:

tlmgr check executes

  • Check if all files listed in the local TLPDB are present:

tlmgr check files

  • Check for duplicate filenames in the runfiles sections:

tlmgr check runfiles

See Also