#!/bin/sh
echo Convert $1 to html
latex $1_tex.tex
dvips -o $1.ps $1_tex
latex2html -t $1 -split 0 -show_section_numbers -no_navigation -address "" -info "" $1.tex
