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,36 @@
# tlmgr shell
> 启动本地 TeX Live 管理器的交互式 shell。
> 更多信息:<https://www.tug.org/texlive/tlmgr.html>。
- 启动 `tlmgr` 的交互式 shell
`tlmgr shell`
- 在交互式 shell 中运行任何 `tlmgr` 子命令:
`{{subcommand}} {{arguments}}`
- 退出交互式 shell
`quit`
- 列出所有 TeX Live 变量:
`get`
- 获取 TeX Live 变量的值:
`get {{variable}}`
- 设置 TeX Live 变量的值:
`set {{variable}} {{value}}`
- 重启交互式 shell
`restart`
- 显示当前协议的版本:
`protocol`