Latex2Html Parameters for Nice Output

I keep my resume updated in Latex format, and use Latex2Html to convert it to HTML. I find the following parameters, plus a small amount of manual tweaking give me the output which is most similar to Latex’s DVI or PDF output:

latex2html -split 0 -nonavigation -title “Nikhil Bobb’s Resume” -noinfo resume.tex

By no means are these parameters only useful for resumes, they work just as well on other kinds of documents.

So what do the parameters do?

Continue Reading »