This is a fork of the friggeri-cv repository, which no longer exists. Latex dependencies are maintained through a docker image.
- Dockerized latex resume based off of the friggeri
- Formatted to US Letter paper
Prerequisite: Docker.
Build the PDF in a repeatable containerized environment:
make buildThis command:
- Builds the local image from
Dockerfile - Runs
latexmkwith XeLaTeX (multi-pass) so references/header rendering converge reliably - Produces
cv.pdfin the repository root
Alternative:
./compile_container.shCC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
- Evaluate open font alternatives (e.g. Roboto, Lato, Raleway) and tune rendering quality.
- Slim down the latex dependencies in the docker container (currently large).
- Printing looks off
