32 lines
694 B
Markdown
32 lines
694 B
Markdown
# tlmgr conf
|
|
|
|
> 管理 TeX Live 配置。
|
|
> 更多信息:<https://www.tug.org/texlive/tlmgr.html>。
|
|
|
|
- 显示当前 TeX Live 配置:
|
|
|
|
`tlmgr conf`
|
|
|
|
- 显示当前 `texmf`、`tlmgr` 或 `updmap` 配置:
|
|
|
|
`tlmgr conf {{texmf|tlmgr|updmap}}`
|
|
|
|
- 仅显示特定配置选项:
|
|
|
|
`tlmgr conf {{texmf|tlmgr|updmap}} {{configuration_key}}`
|
|
|
|
- 设置特定配置选项:
|
|
|
|
`tlmgr conf {{texmf|tlmgr|updmap}} {{configuration_key}} {{value}}`
|
|
|
|
- 删除特定配置选项:
|
|
|
|
`tlmgr conf {{texmf|tlmgr|updmap}} --delete {{configuration_key}}`
|
|
|
|
- 禁用通过 `\write18` 执行系统调用:
|
|
|
|
`tlmgr conf texmf {{shell_escape}} {{0}}`
|
|
|
|
- 显示所有其他 `texmf` 树:
|
|
|
|
`tlmgr conf auxtrees show` |