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,25 @@
# tlmgr 备份
> 管理 TeX Live 包的备份。
> 默认备份目录由 `backupdir` 选项指定,可以通过 `tlmgr option` 获取。
> 更多信息:<https://www.tug.org/texlive/tlmgr.html>。
- 备份一个或多个包:
`tlmgr backup {{package1 package2 ...}}`
- 备份所有包:
`tlmgr backup --all`
- 备份到自定义目录:
`tlmgr backup {{package}} --backupdir {{path/to/backup_directory}}`
- 删除一个或多个包的备份:
`tlmgr backup clean {{package1 package2 ...}}`
- 删除所有备份:
`tlmgr backup clean --all`