# Run lslide2html to preprocess the slide file so latex2html can handle it
lslide2html render.tex
# Now run latex2html ON THE PREPROCESSED FILE, which has a p_ suffix.
latex2html -reuse -link 1 -address 'Paul Coddington, Northeast Parallel Architectures Center at Syracuse University, paulc@npac.syr.edu' -info '' p_render.tex
# Now add stuff to replace hacks you've already done to the HTML to
# fix up any bugs in latex2html, e.g.
# cp p_test/subsection3_7_4.html.SAVE p_test/subsection3_7_4.html
# cp p_test/subsection3_7_5.html.SAVE p_test/subsection3_7_5.html