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

@@ -0,0 +1,13 @@
# tbl
> 用于 groffGNU Troff文档格式化系统的表格预处理器。
> 另请参见 `groff` 和 `troff`。
> 更多信息:<https://manned.org/tbl>。
- 处理包含表格的输入,并将输出保存以便将来使用 groff 排版为 PostScript
`tbl {{path/to/input_file}} > {{path/to/output.roff}}`
- 使用 [me] 宏包将包含表格的输入排版为 PDF
`tbl -T {{pdf}} {{path/to/input.tbl}} | groff -{{me}} -T {{pdf}} > {{path/to/output.pdf}}`