common/x*: add Korean translation (#14635)

This commit is contained in:
코드싸이
2024-11-05 16:07:08 +09:00
committed by GitHub
parent 23c5de443b
commit a3249448d1
40 changed files with 815 additions and 0 deletions

16
pages.ko/common/xetex.md Normal file
View File

@@ -0,0 +1,16 @@
# xetex
> XeTeX 소스 파일에서 PDF 문서를 컴파일.
> 더 많은 정보: <https://www.tug.org/xetex/>.
- PDF 문서 컴파일:
`xetex {{소스.tex}}`
- 출력 디렉토리를 지정하여 PDF 문서 컴파일:
`xetex -output-directory={{경로/대상/폴더}} {{소스.tex}}`
- 오류 발생 시 종료하며 PDF 문서 컴파일:
`xetex -halt-on-error {{소스.tex}}`