Go to the previous, next section.
The dvips
program is the DVI to PostScript program we are
supporting on all our machines. dvips
supports a multitude of
options, and is highly configurable. For a complete overview, see the
dvips
manual.
In these examples, we will assume the file `foo.dvi' is to be printed.
Normally, you use dvips
to convert the DVI file into PostScript and
then lpr
the result:
dvips -o foo.ps foo.dvi lpr -Plw3 foo.ps
Go to the previous, next section.