Linux command
gxditview 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
View groff document
gxditview [file.roff]
Specify page size
gxditview -page [a4] [file.roff]
View from stdin
groff -X [file.roff]
View with specific resolution
gxditview -resolution [100] [file.roff]
说明
gxditview displays groff output in an X11 window. It provides on-screen preview of formatted documents without printing. The tool reads groff's intermediate output format and renders it graphically. It's invoked by groff -X or can read ditroff output directly.
参数
- -page _SIZE_
- Page size (a4, letter).
- -resolution _DPI_
- Display resolution.
- -backingStore
- Use backing store.
- -help
- Display help information.
FAQ
What is the gxditview command used for?
gxditview displays groff output in an X11 window. It provides on-screen preview of formatted documents without printing. The tool reads groff's intermediate output format and renders it graphically. It's invoked by groff -X or can read ditroff output directly.
How do I run a basic gxditview example?
Run `gxditview [file.roff]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -page _SIZE_ do in gxditview?
Page size (a4, letter).