common/l*: add Korean translation (#14665)

This commit is contained in:
코드싸이
2024-11-07 09:27:55 +09:00
committed by GitHub
parent feb91d75ea
commit ef281bb658
103 changed files with 2279 additions and 0 deletions

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

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