*pdf*: add Korean translation (#14354)
This commit is contained in:
16
pages.ko/common/pdftex.md
Normal file
16
pages.ko/common/pdftex.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# pdftex
|
||||
|
||||
> TeX 소스 파일에서 PDF 문서를 컴파일.
|
||||
> 더 많은 정보: <https://www.tug.org/applications/pdftex/>.
|
||||
|
||||
- PDF 문서 컴파일:
|
||||
|
||||
`pdftex {{소스.tex}}`
|
||||
|
||||
- 출력 폴더를 지정하여 PDF 문서 컴파일:
|
||||
|
||||
`pdftex -output-directory={{경로/대상/폴더}} {{소스.tex}}`
|
||||
|
||||
- 각 오류 발생 시 종료하며 PDF 문서 컴파일:
|
||||
|
||||
`pdftex -halt-on-error {{소스.tex}}`
|
Reference in New Issue
Block a user