eol, eqn, erl, ern, errno: add Korean translation (#14219)

This commit is contained in:
HoJeong Im
2024-10-16 16:00:52 +09:00
committed by GitHub
parent 49aa23dbb0
commit 6a9bf39ab2
5 changed files with 109 additions and 0 deletions

13
pages.ko/common/eqn.md Normal file
View File

@@ -0,0 +1,13 @@
# eqn
> groff (GNU Troff) 문서 형식화 시스템용 방정식 전처리.
> 참고: `troff` 및 `groff`.
> 더 많은 정보: <https://manned.org/eqn>.
- 방정식으로 입력을 처리하고, groff를 사용하여 향후 조판을 위해 출력을 PostScript에 저장:
`eqn {{경로/대상/입력.eqn}} > {{경로/대상/출력.roff}}`
- 매크로([me] macro) 패키지를 사용하여 방정식이 포함된 입력 파일을 PDF로 조판:
`eqn -T {{pdf}} {{경로/대상/입력.eqn}} | groff -{{me}} -T {{pdf}} > {{경로/대상/출력.pdf}}`