add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

13
pages.zh/common/grap.md Normal file
View File

@@ -0,0 +1,13 @@
# grap
> 一个用于 groffGNU Troff文档排版系统的图表预处理器。
> 另见 `pic` 和 `groff`。
> 更多信息:<https://manned.org/grap>。
- 处理一个 `grap` 文件并保存输出文件,以便将来与 `pic``groff` 进行处理:
`grap {{path/to/input.grap}} > {{path/to/output.pic}}`
- 使用 [me] 宏包将 `grap` 文件排版为 PDF并将输出保存到文件中
`grap {{path/to/input.grap}} | pic -T {{pdf}} | groff -{{me}} -T {{pdf}} > {{path/to/output.pdf}}`