tlmgr*: add Korean translation (#14526)

This commit is contained in:
코드싸이
2024-11-02 02:53:53 +09:00
committed by GitHub
parent 3eda65e26e
commit b55e7a383d
23 changed files with 563 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# tlmgr pinning
> 고정 작업은 고정 파일을 관리합니다.
> 더 많은 정보: <https://www.tug.org/texlive/doc/tlmgr.html#pinning>.
- 현재 고정 데이터를 표시:
`tlmgr pinning show`
- 일치하는 패키지를 주어진 저장소에 고정:
`tlmgr pinning add {{저장소}} {{패키지1 패키지2 ...}}`
- 주어진 저장소에 대해 고정 파일에 기록된 패키지를 제거:
`tlmgr pinning remove {{저장소}} {{패키지1 패키지2 ...}}`
- 주어진 저장소의 모든 고정 데이터 제거:
`tlmgr pinning remove {{저장소}} --all`