add new chinese translations
This commit is contained in:
13
pages.zh/common/eqn.md
Normal file
13
pages.zh/common/eqn.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# eqn
|
||||
|
||||
> 用于 groff(GNU Troff)文档格式化系统的方程预处理器。
|
||||
> 另请参见 `troff` 和 `groff`。
|
||||
> 更多信息:<https://manned.org/eqn>。
|
||||
|
||||
- 处理包含方程的输入,保存输出以便将来使用 groff 排版为 PostScript:
|
||||
|
||||
`eqn {{path/to/input.eqn}} > {{path/to/output.roff}}`
|
||||
|
||||
- 使用 [me] 宏包将包含方程的输入文件排版为 PDF:
|
||||
|
||||
`eqn -T {{pdf}} {{path/to/input.eqn}} | groff -{{me}} -T {{pdf}} > {{path/to/output.pdf}}`
|
Reference in New Issue
Block a user