LinuxCommandLibrary

tlmgr-conf

Manage the TeX Live configuration.

TLDR

Show the current TeX Live configuration

$ tlmgr conf
copy


Show the current texmf, tlmgr, or updmap configuration
$ tlmgr conf [texmf|tlmgr|updmap]
copy


Show only a specific configuration option
$ tlmgr conf [texmf|tlmgr|updmap] [configuration_key]
copy


Set a specific configuration option
$ tlmgr conf [texmf|tlmgr|updmap] [configuration_key] [value]
copy


Delete a specific configuration option
$ tlmgr conf [texmf|tlmgr|updmap] --delete [configuration_key]
copy


Disable the execution of system calls via \write18
$ tlmgr conf texmf [shell_escape] [0]
copy


Show all additional texmf trees
$ tlmgr conf auxtrees show
copy

Copied to clipboard