Next: Previewing HTML documents
Up: LaTeX2HTML
Previous: LaTex2HTML
quick reference for installing files on the www:
- carry out the latex2HTML conversion described in Section
i. This will create a subdirectory with
the name of the file (minus extension).
- tar (
tar cvf subdirectoryname.tar subdirectory
from
the parent directory) the subdirectory - ftp it to pads1 in a suitable area on your www account
- untar it (
tar xvf subdirectoryname.tar
. The entire subdirectory
tree will be restored in the new location) -
chmod go+rx
the new subdirectory -
cd
to the new subdirectory and set the appropriate privileges:
chmod go+r *
and chmod go+rx *.html
- in the subdirectory there is a file called
filename
.html, and
a lot of other stuff. Make your www links to this html file.
Simon Billinge
Tue Jan 7 18:03:54 EST 1997