tlmgr*: add Korean translation (#14526)
This commit is contained in:
28
pages.ko/common/tlmgr-check.md
Normal file
28
pages.ko/common/tlmgr-check.md
Normal 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`
|
Reference in New Issue
Block a user