Printing Selected Pages of a LaTeX File


LaTeX or TeX users note: You CANNOT use psrev to print a few pages from a PostScript file generated by dvips.

To print out the first 7 pages of a dvi file, do:

dvips -Pprinter -l 7 file.dvi
Pages 22 to 31 would be:
dvi2ps -Pprinter -p 22 -l 31 file.dvi
For more information on the options to dvips, type man dvips.