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

Distribution of Wealth in the US

The rich get richer and the poor get poorer. I heard this statement quite a bit lately particularly in light of the sub-prime mortgage and general housing crisis in the US. The country has enjoyed significant economic prosperity and both Clinton and Bush boasted economic growth under their reign. Unfortunately, the beneficiaries of the economic boom are not people from all economic backgrounds, but rather the top 10%. To make things worse, Bush gave tax cuts mainly targeting the top 10%. Being more of a numbers guy, I always wanted showing the validity of the-rich-get-richer-n-the-poor-get-poorer statement. Thanks to Wikipedia , I have finally found it!! Both the mean and median net worth of families for the bottom 50% of the population has remained absolutely flat while the 75th-90th percentile see a decent growth and the top 10% enjoy the most appreciation on their net worth. So, if you factor in inflation, the-rich-get-richer-n-the-poor-get-poorer probably holds true. The g...

Online Storage Solutions

Problem: I often need to have some files readily available online so that I can access them from any computer. There are many ways to go about solving this problem and each comes with its set of shortcomings: Yahoo! Briefcase - 30MB limit Online storage services like Box.net, Xdrive, MediaMax - usually cost money; signing up is cumbersome Email to myself as an attachment - enough said there It's time to find a home-made solution. The solution I am about to suggest is intended for -- A *NIX user someone with access to a *NIX web server Solution: I am a linux user and I have user level access to a web server. The web server is configured such that the public does not have access to directory structure. So, I would need to write a script that copies my files to the web server and creates an index listing my files. Password protection of the storage would follow after that. Client Side: Use the following script to transfer file to server, make the file readable by public and execu...

VP Picks and Chances of a President Dying in Office

After McCain picked a relatively unqualified and inexperienced Sarah Palin, many people gasped at the possibility of Palin having to take over the presidency in case something happens to McCain. I think McCain dying in office is overstated considering he appears healthy and fit despite the recurrence of a malignant melanoma. Plus, he has been getting great healthcare due to his status and will continue to do so whether or not he wins the presidency. That said, it would be nice to get numbers on chances of McCain's survival as a function of his age. Thankfully, that information was provided by Alex Burns at Politico . The odds of a 72-year-old man living four more years, or one full White House term, are better. But for a man who has lived 72 years and 67 days (McCain’s age on Election Day this year), there is between a 14.2 and 15.1 percent chance of dying before Inauguration Day 2013 , according to the Social Security Administration’s 2004 actuarial tables and the authoritati...