LinuxCommandLibrary

tlmgr-option

TeX Live settings manager.

TLDR

List all TeX Live settings

$ tlmgr option showall
copy


List all currently set Tex Live settings
$ tlmgr option show
copy


Print all TeX Live settings in JSON format
$ tlmgr option showall --json
copy


Show the value of a specific TeX Live setting
$ tlmgr option [setting]
copy


Modify the value of a specific TeX Live setting
$ tlmgr option [setting] [value]
copy


Set TeX Live to get future updates from the internet after installing from DVD
$ tlmgr option [repository] [https://mirror.ctan.org/systems/texlive/tlnet]
copy

Copied to clipboard