XDVIZILLASection: User Commands (1)Updated: 11 October 2002 |
XDVIZILLASection: User Commands (1)Updated: 11 October 2002 |
To work around these problems, xdvizilla was written to look at files and decompress them correctly (depending on their file types).
In addition, some sites produced tarred dvi files (including the dvi file as well as some included figures), and xdvizilla correctly handles those files as well.
For Netscape 4.x, add the following lines to the mailcap file:
application/x-dvi; xdvi -safer %s application/x-dvi-tar; xdvizilla -no-rm %s
For Netscape 6.x, Netscape 7.x, or Mozilla 1.x, add the following lines to the mailcap file:
application/x-dvi; xdvizilla %s application/x-dvi-tar; xdvizilla %s
In addition, it would be useful to check that the following line is included in the mime.types file:
type=application/x-dvi exts="dvi" desc="TeX dvi file"