#!/local/all/bash

#add html package
#\bodytext{TEXT="#000000" LINK="#0000ee" VLINK="#551a8b" BGCOLOR="#ffcc99"}

export BODYTEXT='TEXT="#000000" LINK="#0000ee" VLINK="#551a8b" BGCOLOR="#ffcc99"'

latex2html -dir html -show_section_numbers -split 3 -local_icons -no_footnode -numbered_footnotes -auto_navigation -contents_in_navigation -address "<a href=http://choices.cs.uiuc.edu/f-kon>Fabio Kon</a>" -up_url "<a href=http://choices.cs.uiuc.edu/f-kon>Fabio Kon</a>" thesis.tex

