What is a DVI file?
DVI (DeVice Independent) files are the printable output of TeX, LaTeX, and similar text formatting programs. They are binary files, compiled by the TeX program from the ASCII source files on which most of the actual editing is done. DVI files are highly portable and as long as DVI output drivers are available, can be sent to most printers.
In many cases, however, it is better to convert the DVI file to PostScript for transportation and printing. PostScript provides support for even more viewers and printers than the DVI format. The Unix command to convert DVI to PostScript is: dvips -o filename.ps filename.dvi Note: DVI (short for Digital Video Interactive) is also the name of a hardware-only compression/decompression algorithm for the storage and display of TV-style video. It forms the basis for Intel's Indeo software-only codec.
Also see:
- In LaTeX or TeX in Unix, how do I create and print a document?
- Where can I find help with TeX?
- At IU, where can I find TeX and LaTeX on the UITS central systems?
- In the X Window System, is there a program to preview a DVI file which I created with TeX or LaTeX?
Last modified on August 22, 2004.






