/CV

Curriculum Vitae

Primary LanguageHTML

What is this

This is a repository that contains my up-to-date CV in LaTeX.

You can find the live versions of the CV on http://vinnes.github.io/CV

How to build

Simple usage

To build all the versions (PDF and HTML), type make.

PDF version

In order to build the PDF versions of this CV, you will need:

  • A LaTeX distribution;
  • XeLaTeX;
  • (optional) MinionPro and MyriadPro fonts (you can find them with Acrobat Reader).

To build the PDF CVs, type make pdf.

HTML version

The HTML version of this CV is generated from the PDF version, using pdf2htmlex. Once you have pdf2htmlex in your PATH, type make html to build the files.

Using FontAwesome icons

In order to use the FontAwesome icons, you will need to install this font. To enable the icons in XeLatex, type (sudo) tlmgr install fontawesome.

About the gh-pages branch

This project has a gh-pages branch hosting the http://vinnes.github.io/CV.

The gh-pages branch contains a simple static HTML page and the HTML CV files generated from pdf2htmlex.

The index.html page also allows to download the PDF CV files stored in the master branch.