Next / Previous / Index / TCC Help System / Publications / Site map / NM Tech homepage

Printing TeX files with encapsulated PostScript

Tech Computer Center logo

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'.
See also: Including PostScript images in Plain TeX
Previous: Using ghostview to preview PostScript files
Site map
Index: Keyword index to help pages
Help: New Mexico Tech Computer Center: Help System
TCC Publications
Home: About New Mexico Tech

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