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,28 @@
# tlmgr check
> TeX Live 설치의 일관성을 검사.
> 더 많은 정보: <https://www.tug.org/texlive/tlmgr.html>.
- 전체 TeX Live 설치의 일관성을 검사:
`tlmgr check all`
- 전체 TeX Live 정보의 일관성을 자세한 모드로 검사:
`tlmgr check all -v`
- 누락된 의존성 검사:
`tlmgr check depends`
- 모든 TeX Live 실행 파일이 존재하는지 검사:
`tlmgr check executes`
- 로컬 TLPDB에 나열된 모든 파일이 존재하는지 검사:
`tlmgr check files`
- 실행 파일 섹션에서 중복된 파일 이름 검사:
`tlmgr check runfiles`