Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
Freenet DSL
Who's Online
14 user(s) are online (11 user(s) are browsing encyclopedia)

Members: 0
Guests: 14

more...
browser tip
recommendation!
Sponsored
partner

Dvips

In Computing, dvips is the most widely used program for converting the output of the TeX typesetting system into a printable form.

TeX outputs DVI file format (DVI) files, which as the name implies, are intended to be independent of the output device. In particular, they are not understood by computer printers and lack information such as font shapes. Thus a backend is needed to translate from a DVI file to a printer language.

dvips was written by Tomas Rokicki to produce printable PostScript files from DVI input. By using TeX special commands, it is possible to insert literal PostScript into the DVI file and have it appear in the output once it has passed through dvips. This allows great flexibility and is exploited by graphics packages such as pstricks.

Although other DVI backends such as dvilj exist, dvips is by far the most ubiquitous way of printing DVI files. (Though using PdfTeX to directly generate Portable Document Format files has been gaining popularity.) As such, it is a standard part of most TeX distributions.