mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 19:55:24 +02:00
tlmgr-conf: add page (#8188)
This commit is contained in:
parent
6ab6eb95de
commit
f1792178bd
1 changed files with 32 additions and 0 deletions
32
pages/common/tlmgr-conf.md
Normal file
32
pages/common/tlmgr-conf.md
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# tlmgr conf
|
||||||
|
|
||||||
|
> Manage the TeX Live configuration.
|
||||||
|
> More information: <https://www.tug.org/texlive/tlmgr.html>.
|
||||||
|
|
||||||
|
- 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`
|
Loading…
Add table
Reference in a new issue