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,24 @@
# tlmgr 平台
> 管理 TeX Live 平台。
> 更多信息:<https://www.tug.org/texlive/tlmgr.html>。
- 列出软件包库中所有可用的平台:
`tlmgr platform list`
- 为特定平台添加可执行文件:
`sudo tlmgr platform add {{platform}}`
- 移除特定平台的可执行文件:
`sudo tlmgr platform remove {{platform}}`
- 自动检测并切换到当前平台:
`sudo tlmgr platform set auto`
- 切换到特定平台:
`sudo tlmgr platform set {{platform}}`