1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 21:22:09 +02:00
tldr/pages/common/tlmgr-option.md
2021-10-17 13:09:37 -03:00

28 lines
638 B
Markdown

# tlmgr option
> TeX Live settings manager.
> More information: <https://www.tug.org/texlive/tlmgr.html>.
- List all TeX Live settings:
`tlmgr option showall`
- List all currently set Tex Live settings:
`tlmgr option show`
- Print all TeX Live settings in JSON format:
`tlmgr option showall --json`
- Show 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}}`