Printing TeX files with encapsulated PostScript |
|
Before you can print a TeX file that contains PostScript figures,
you must convert the .dvi file produced by TeX to
PostScript format. Use this command:
% dvips -N0 -K0 -Z0 whatever.dvi -o whatever.ps
You can send your output to any PostScript printer. This command will send it to Birch, the high-speed laser printer in Speare basement:
% lpr -Pbirch whatever.ps
where whatever.ps is the name of your
PostScript file. See also
`Printing'.