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

TeX Live Manager - Control TeX Configuration | Online Free DevTools by Hexmos

Control TeX Live configuration with TeX Live Manager (tlmgr). Customize texmf trees, updmap settings, and manage shell escapes effortlessly. Free online tool, no registration required.

tlmgr-conf

Manage the TeX Live configuration. More information: https://www.tug.org/texlive/doc/tlmgr.html#conf.

  • Show the current TeX Live configuration:

tlmgr conf

  • Show the current texmf, tlmgr, or updmap configuration:

tlmgr conf {{texmf|tlmgr|updmap}}

  • Show only a specific configuration option:

tlmgr conf {{texmf|tlmgr|updmap}} {{configuration_key}}

  • Set a specific configuration option:

tlmgr conf {{texmf|tlmgr|updmap}} {{configuration_key}} {{value}}

  • Delete a specific configuration option:

tlmgr conf {{texmf|tlmgr|updmap}} --delete {{configuration_key}}

  • Disable the execution of system calls via \write18:

tlmgr conf texmf {{shell_escape}} {{0}}

  • Show all additional texmf trees:

tlmgr conf auxtrees show

See Also