Prepare a dvi file as usual using TeX, LaTeX, or any other TeX package:
cd paperdir
latex paper
latex paper
Create a new directory to contain html files describing your document,
and go to that directory:
mkdir html
cd html
Apply the command idvi.local to your dvi file
to create html files in the current directory:
idvi.local ../paper.dvi -title "A Paper"
Check the appearance of your document using a web browser:
netscape index.html &
If the browser displays an error message, it may not be able to
find the IDVI class files. Ask the person at your site who installed
IDVI where the class files are located, and add a line such as