LaTeX Resume Tips

Writing a resume using LaTeX is preferable to writing it using Microsoft Word, or something similar, for a number of reasons:

  • When printed (as Postscript or PDF), LaTeX has a more polished, professional look than a document produced by a word processor.
  • A resume done in LaTeX will stand out, since most everyone else will use Microsoft Word, and probably the same wizard/template.
  • Convert your LaTeX to PDF, which has free readers for almost any platform, and you are not forcing the recipient to own the proper version of expensive proprietary software to read it.
  • LaTeX gives you complete control over the layout of your document.
  • LaTeX can be converted to a number of different formats.
  • LaTeX itself and many converters, viewers, and add-on packages are free.
  • A resume done with LaTeX (the Computer Modern font anyway) might mark you as a member of the scientific/research/academic community. Depending on the job, it could help your chances.
  • LaTeX is plain text and can be easily version-controlled using CVS or other version control software.
  • LaTeX is flexible. You can use any platform you want, and any editor you want.

I wrote my resume basically by experimentation, referring to The Not So Short Introduction to LateX 2e , and looking at other people’s resumes.

I tried out various resume/cv document styles and classes that people had written, but none of them looked exactly the way I wanted. I ended up just using the “article” style and standard LaTeX structures like “description”, “itemize”, and “tabular”.

Suggestions

  • Use the “fullpage” package. This will reduce the margin size and allow you to fit more information on a page.
  • If the .dvi file looks fine, but the Postscript produced by dvips looks like everything has been shifted upwards, the paper size may be set wrong. My dvips was defaulting the paper size to A4, when it was really “letter”. Correct this by calling dvips with the “-t letter” argument.
  • Use pdftex or pdflatex to create PDF instead of using dvips and ps2pdf. These can embed outline fonts.
  • A lot of people have written their resume in LaTeX, and there are many .tex resumes on the web. Search for them and use them for ideas and formatting examples.
  • Use at least your middle initial and possibly your entire middle name on your resume. The internet is expanding rapidly and chances are someone out there has the same first and last names as you. As an added bonus, it also sounds more formal.

Links

4 comments on LaTeX Resume Tips

  1. Matthieu Lafrenière:

    Very nice from you to help novices like me !!!
    Exactly the information I needed …
    I browsed over 50 pages to find information about LaTeX resume template … and you definitely have provided the best advices so far !!!

    Thank you … a lot !

    :)

    C’est vraiment très gentil à toi d’aider des débutants comme moi qui ne savent pas exactement comment utiliser LaTeX …
    C’est exactement l’information dont j’avais besoin !
    J’ai parcouru plus de 50 pages sur le net …
    Et tes conseils sont définitivement les meilleurs que j’ai lu jusqu’à présent !!!

    Je te remercie … beaucoup !

    :)

  2. Gaurav Narain Saxena:

    Great advice. Not only is Tex useful for writing up thesis for graduate level programs, it provides an array of possibilities for creating other documents as well. Thanks for the insight. Hope this generates awareness and people use Tex to write documents frequently. For those running windows, this link:

    http://www.math.vanderbilt.edu/~schectex/wincd/list_tex.htm

    provides a comprehensive summary of tools to use.

    Regards,

    -G

  3. Linux Blog » latex — professional Résumé layout made simple:

    [...] very useful LaTeX Resume Tips by [...]

  4. Bryan:

    I found these LaTeX Resume templates online today. Hopefully these will give a few more examples of how to make a great resume in LaTeX.

    http://www.rpi.edu/dept/arc/training/latex/resumes/

    Enjoy,
    Bryan

Leave a comment