← 返回命令列表

Linux command

grodvi 命令

文件

涉及管道、覆盖或删除,执行前请先确认路径和参数。

常用示例

Convert groff to DVI

groff -Tdvi [file.roff] > output.dvi

Direct grodvi usage

grodvi [file] > output.dvi

Specify font path

grodvi -F [fontdir] [file]

说明

grodvi is a groff output driver that produces DVI (DeVice Independent) format, compatible with TeX ecosystem tools like dvips and xdvi. The driver converts groff intermediate output to DVI format, allowing integration with TeX-based workflows and standard groff font features.

参数

-d
Enable debug mode.
-F _DIR_
Font directory.
-l
Landscape mode.
-p _SIZE_
Paper size.
--help
Display help information.

FAQ

What is the grodvi command used for?

grodvi is a groff output driver that produces DVI (DeVice Independent) format, compatible with TeX ecosystem tools like dvips and xdvi. The driver converts groff intermediate output to DVI format, allowing integration with TeX-based workflows and standard groff font features.

How do I run a basic grodvi example?

Run `groff -Tdvi [file.roff] > output.dvi` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -d do in grodvi?

Enable debug mode.