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,28 @@
# tlmgr 纸张
> 管理 TeX Live 安装的纸张大小选项。
> 更多信息:<https://www.tug.org/texlive/tlmgr.html>。
- 显示所有 TeX Live 程序使用的默认纸张大小:
`tlmgr paper`
- 将所有 TeX Live 程序的默认纸张大小设置为 A4
`sudo tlmgr paper {{a4}}`
- 显示特定 TeX Live 程序使用的默认纸张大小:
`tlmgr {{pdftex}} paper`
- 将特定 TeX Live 程序的默认纸张大小设置为 A4
`sudo tlmgr {{pdftex}} paper {{a4}}`
- 列出特定 TeX Live 程序可用的所有纸张大小:
`tlmgr {{pdftex}} paper --list`
- 以 JSON 格式输出所有 TeX Live 程序使用的默认纸张大小:
`tlmgr paper --json`