add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View 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`