Resume Experiments
The Robber of Zork sent me a system using ltoh and latex with some special make files to produce a resume in ps, pdf, html, and txt formats. I had to reformat my original resume to take advantage of the res.sty style. Below I've listed the results and a few other verions of my resume, formatted with other tools.
What I need to do next is figure out how to incorporate other latex packages with the ltoh system, like hyperref and html, so that the pdf's are hyperlinked.
I recently discovered a tool called pdftohtml. It creates an html file that looks very much like the pdf. The latex file that is the source of the pdftohtml resume was originally designed for processing with latex2html. The pdf is quite nice in that it is hyperlinked.
Here is a sumary of the resume files (though still incomplete):
- GPres.html
- This is the result of using ltoh with res.sty
- resume.html
- This is the result of using pdftohtml with html.sty
- resume.pdf
- This is the pdf related to the above html file
- resume.tex
- This is the latex source related to the above pdf and html files
- resume/resume.html
- I really didn't like this, which is the result of running the previous latex file through latex2html
- resume/resume1.html
- This is better, the result of running "latex2html -split 0 -no_navigation resume.tex"
- resume_tth.html
- This is better than what latex2html produced. It was produced with tth.
- resume_tth.tex
- This is the latex source related to the above html file, resume_tth.html
