From: cmf@ositos.UUCP (Carl Fongheiser) Subject: Re: Where is a complete groff? Date: Sun, 4 Apr 1993 17:52:05 GMT
In article <1993Apr1.201430.29551@bernina.ethz.ch> almesber@bernina.ethz.ch (Werner Almesberger) writes:
>So printing an nroff document on a PostScript printer is as easy as
>typing ...
>
> groff -man -Tdvi xtetris.1 >xtetris.dvi
> /usr/TeX/bin/dvips -f <xtetris.dvi | lpr
If groff had been built properly with Postscript support, it would be as easy
as:
groff -Tps -man xtetris.1 | lpr
I ended up grabbing the sources off my GNU/X11R5 CDROM and building it myself.
Works great!
Carl Fongheiser
ositos!cmf@vpnet.chi.il.us