Files
tldr/pages.zh/common/eqn.md

13 lines
473 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# eqn
> 用于 groffGNU 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}}`