From: zeller@ips.cs.tu-bs.de (Andreas Zeller) Subject: Re: Output devices for TeX Date: Tue, 10 Aug 1993 12:48:33 GMT
Andreas Klemm (andreas@myhost.subdomain.domain) wrote:
> In <1993Jul29.085928.14414@colorado.edu> atk@tigger.cs.colorado.edu (Alan Krantz) writes:
> #
> /usr/bin/gs -q -sDEVICE=deskjet -sPAPERSIZE=a4 -r300 -dNOPAUSE -sOutputFile=- -
> That's it. My deskjet prints postscript ... prints dvi files in
> a good quality ... prints man pages very well using groff
> (groff -Tps -man xxx.1 | lpr -Pps)
You should not forget the -dSAFER option when invoking ghostscript
from a spooler. Otherwise, a user may change, rename or delete files
by sending appropriate postscript commands.