Skip to main content

Résumé Template Options for LaTeX and XML

Finding the right résumé template is quite painful for those of us who prefer to do things the more difficult yet elegant way. The alternative is to use LaTeX or XML. Preparing a LaTeX résumé style sheet (HowTos here) from scratch requires more savvy that I have, not to mention the time and effort. So, I prefer to adopt some templates from the web and modify the pieces for my taste. Unfortunately, many issues arise when one considers the many templates out there.
  1. The PDFs generated using these templates do not get properly scanned by software used by hiring companies. That could very well mean the difference between getting hired or being rejected. I noticed this issue during the many times I submitted PDFs generated by 'pdflatex'.
  2. In a related issue, converting PDFs to text using 'pdftotext -layout file.pdf' does not produce a desirable text file. For one, the text wrapping is messy, so the text might have to be terminated at about 80 characters by adjusting the LaTeX margins and/or font sizes. Vertically, the text should appear in the order that is appears in the PDF file.
  3. Considering résumés are almost universally limited to a page, none of these templates utilize the space well to provide enough room to input necessary information.
  4. If one were to generate an HTML version of the résumé using 'latex2html', it would be nice if the generated HTML page preserved the desired look so that further tinkering would not be necessary.
All these frustrations led me to explore as many of the LaTeX templates out there, compile a list of templates and suggest the best one. While doing my search, I did come across the possibility of using XML and that will be discussed as well.

LaTeX

David Grant: TEX: resume.tex PDF: resume.pdf TXT: resume.txt
Daniel Burrows: TEX: resume.tex PDF: resume.pdf TXT: resume.txt
Matthew M. Boedicker: TEX: resume.tex PDF: resume.pdf TXT: resume.txt
Andrew McNabb: TEX: resume.tex PDF: resume.pdf TXT: resume.txt
Yisong Yue: TEX: resume.tex PDF: resume.pdf TXT: resume.txt
Constantinos Michael: TEX: resume.tex PDF: resume.pdf TXT: resume.txt
ZS Freebees: TEX: resume.tex PDF: resume.pdf TXT: resume.txt

Here is a summary from Renssaeler Polytechnic Institute on LaTeX résumés.

res1.pdf res1.tex
res2.pdf res2.tex
res3.pdf res3.tex
res4.pdf res4.tex
res5.pdf res5.tex
res6.pdf res6.tex
res7.pdf res7.tex
res8.pdf res8.tex
res9a.pdf res9a.tex
res9b.pdf res9b.tex
res10.pdf res10.tex
helvetica.sty

res.cls


There are many other templates but they are not all that different from the ones listed here.



XML

Apparently, one could generate a nice looking résumé using special XML résumé library(XMLRésuméLibrary).
Two examples demonstrating this capabilities are shown here.

Here is another example of an resume generated using XML and the PDF output.

My Final Decision

After much deliberation, I decided to go with a slightly morphed version of my previous résumé.

Here is the modified style sheet, the TEX source, the generated PDF and TEXT outputs. The HTML version generated using latex2html looks like this.

Comments

Popular posts from this blog

Correlation Between Taxes and Social/Economic Programs

I have always wondered if the taxes people pay correlate with the availability of social and economic programs and safety nets, not to mention the military programs that protect them. This idea comes in light of the notion that Europeans are highly taxed compared to their American counterparts, but they seem to have access to free (or almost free) education and health care while the US provides neither. The Europeans live and work at a more leisurely pace than Americans and they have the comfort of knowing that their government has put safety nets in case a disaster. The Europeans do a lot to ensure that all their citizens have comparable opportunities, and thus you are less likely to see a huge gap between the poor and the rich. Perhaps the lack of incentive to excel has stifled entrepreneurship and innovation in Europe to some extent. In fact, Europe has historically high unemployment rates than the US and the size of government there is significantly larger than that of the US....

2001 Recession Deferred for 2008?

Most people remember the Dot-Com bubble of the 1990s that peaked in 2000 before bursting in 2001-2003. Considering how the NASDAQ composite lost more than 60% of its value by 2001 alone, the country was about to go into a recession. The 9/11 attacks made things worse too. As the impact of 9/11 and Dot-Com bust were about to pull the country into a recession, another bubble came to the rescue. It was the housing bubble that deferred a sure recession and kept the US in an era of faux prosperity. It gave Bush a reason to soldier on with flawed economic policies as the housing bubble gave the impression that the good economic progress of the Clinton years were being sustained through Bush's years. This time though, there does not appear to be another bubble ready to bail the US out of the recession it is in. After suffering through the I.T. and housing bubbles in just a decade, I don't think investors and people in general will be adventurous enough to create another bubbl...

Linux Tips and Solutions

PROBLEM: Audacious on K/Ubuntu Doesn't play my mp3s:: On my kubuntu 8.04.1 audacious is not playing any audiofile. I've tried to run my mp3s with amarok and it works. Also audacity is playing mp3s. SOLUTION: Click on Preferences in Audacious; Select Audio Tab; Set the 'cCurrent output plugin' to 'aRts output plugin'. __________________________________________________________ PROBLEM: File associations in Firefox 3.0 disappear in Kubuntu SOLUTION: Install firefox-3.0-gnome-support . . . more to come