Re: info format - how to print



Roger Leigh wrote:

.info is not intended to be printable. It would give you vastly better quality output if you ran the original .texi source through tex, and printed that:

[unpack source]
$ cd docs
$ pdftex grub.texi
$ lpr grub.texi [or xpdf grub.texi]

ITYM 'lpr grub.pdf [or xpdf grub.pdf]' (unless you want to print the documentation source).
.