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'.
|
John Shipman, john@nmt.edu
Last updated: 1995/12/19 00:39:07 UT URL: http://www.nmt.edu/tcc/help/dtp/tex/epsprint.html |
|