Fork me on GitHub

kjh-vita

A simple LaTeX template that I use for my Vita.

I regularly get requests from people who want to see the LaTeX markup that I use to generate my Curriculum Vitae. So, here it is. There are several latex style files and document classes available for CVs, which you can see on CTAN. While many are quite good, I find them a bit restrictive. So this file is quite minimal: it's just a template .tex file rather than a .sty or .cls file. You should adapt and fill in with your own information. If you make stylistic modifications, I encourage you to fork the project on GitHub and make them available to others in the same way.

Dependencies

I use Xelatex in order to access good typefaces. Xelatex is included in modern tex distributions. I use git for revision control and the vc package (available from CTAN), so the template makes reference to those. The text is set in Minon Pro, Myriad Pro and Pragmata. Remarks in the file show where to comment out or delete stuff you don't use. Xelatex is not required if you just want to access fonts in the normal way through pdflatex. In that case, remove references to the fontspec and xunicode packages and the font setup commands in the document.
Some other style files also required, but are included in any modern tex distribution.

Install

This is a template for a .tex document. Just compile it as normal with xelatex.

Authors

Kieran Healy (kjhealy@gmail.com)

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/kjhealy/kjh-vita