add new chinese translations
This commit is contained in:
32
pages.zh/common/tlmgr-conf.md
Normal file
32
pages.zh/common/tlmgr-conf.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# 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`
|
Reference in New Issue
Block a user