/CV

Curriculum Vitae

Primary LanguageTeXMIT LicenseMIT

Ignacio Glinsek CV

download CV Build Status


This repository contains the Curriculum Vitae of Ignacio Glinsek. The compiled PDF is automatically deployed to Heroku along with a landing page, that you can download from the link above.

My cv is being compiled using a LaTeX Docker container from blang/latex and then deployed automatically to Heroku using Docker. To manually build this file, simply download the command wrapper and compile via latexmk.

Building

First, clone this repository and download the command wrapper:

$ git clone https://github.com/nakioman/cv.git
$ wget https://raw.githubusercontent.com/blang/latex-docker/master/latexdockercmd.sh
$ chmod +x latexdockercmd.sh

Then, compile via latexmk:

$ ./latexdockercmd.sh latexmk -pdf -outdir=./_build

This will build the file in a directory called _build.

Contact