add new chinese translations
This commit is contained in:
20
pages.zh/common/tlmgr-pinning.md
Normal file
20
pages.zh/common/tlmgr-pinning.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# tlmgr 固定
|
||||
|
||||
> 固定操作管理固定文件。
|
||||
> 更多信息:<https://www.tug.org/texlive/doc/tlmgr.html#pinning>。
|
||||
|
||||
- 显示当前的固定数据:
|
||||
|
||||
`tlmgr pinning show`
|
||||
|
||||
- 将匹配的包固定到指定的仓库:
|
||||
|
||||
`tlmgr pinning add {{repository}} {{package1 package2 ...}}`
|
||||
|
||||
- 移除固定文件中记录的与指定仓库匹配的包:
|
||||
|
||||
`tlmgr pinning remove {{repository}} {{package1 package2 ...}}`
|
||||
|
||||
- 移除指定仓库的所有固定数据:
|
||||
|
||||
`tlmgr pinning remove {{repository}} --all`
|
Reference in New Issue
Block a user