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,16 @@
# tlmgr 生成
> 从本地存储的信息重新生成配置文件。
> 更多信息:<https://www.tug.org/texlive/tlmgr.html>。
- 将生成的配置文件存储到特定位置:
`tlmgr generate --dest {{output_file}}`
- 使用本地配置文件重新生成配置文件:
`tlmgr generate --localcfg {{local_configuration_file}}`
- 在重建配置文件后运行必要的程序:
`tlmgr generate --rebuild-sys`