snippetbashTip
tlmgr option — TeX Live settings manager. More information: <https://www.tug.org/texlive/doc/tlmgr.html#option>.
Viewed 0 times
tlmgr optioncommandtexliveclisettingsmoremanager
Problem
How to use the
tlmgr option command: TeX Live settings manager. More information: <https://www.tug.org/texlive/doc/tlmgr.html#option>.Solution
tlmgr option — TeX Live settings manager. More information: <https://www.tug.org/texlive/doc/tlmgr.html#option>.List all TeX Live settings:
tlmgr option showallList all currently set Tex Live settings:
tlmgr option showPrint all TeX Live settings in JSON format:
tlmgr option showall --jsonShow the value of a specific TeX Live setting:
tlmgr option {{setting}}Modify the value of a specific TeX Live setting:
tlmgr option {{setting}} {{value}}Set TeX Live to get future updates from the internet after installing from DVD:
tlmgr option {{repository}} {{https://mirror.ctan.org/systems/texlive/tlnet}}Code Snippets
List all TeX Live settings
tlmgr option showallList all currently set Tex Live settings
tlmgr option showPrint all TeX Live settings in JSON format
tlmgr option showall --jsonShow the value of a specific TeX Live setting
tlmgr option {{setting}}Modify the value of a specific TeX Live setting
tlmgr option {{setting}} {{value}}Context
tldr-pages: common/tlmgr option
Revisions (0)
No revisions yet.