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/pic.md Normal file
View File

@@ -0,0 +1,13 @@
# pic
> 用于 groffGNU Troff文档排版系统的图片预处理器。
> 另见 `groff` 和 `troff`。
> 更多信息请访问:<https://manned.org/pic>。
- 处理带有图片的输入,将输出保存以便将来与 groff 一起排版为 PostScript
`pic {{path/to/input.pic}} > {{path/to/output.roff}}`
- 使用 [me] 宏包将带有图片的输入排版为 PDF
`pic -T {{pdf}} {{path/to/input.pic}} | groff -{{me}} -T {{pdf}} > {{path/to/output.pdf}}`