dvips

What is dvips?

dvips is a program designed to convert TeX/LaTex dvi files into postscript.

How to Use

To convert a TeX or LaTeX file to Postscript and print it, use the following command:
dvips test.dvi | lpr -Pprintername
To convert a TeX or LaTeX file to a Postscript file, use the following command:
dvips test.dvi > filename.ps
For more information read the manual page on dvips (man dvips).

Availability

dvips is available on the Suns.


Press here to return to the User's Guide Menu.