galatolofederico / cv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Curriculum Vitae

Latex template and python script to generate my curriculum using my me.json

The latest version can be found here

Usage

Just run

make

or using Docker

mkdir dist
docker build . -t  cv
docker run -v $(pwd)/dist:/dist -it cv_test ./dist.sh

The cv will be in ./dist

to generate the updated curriculum

License and attribution

All the code is released under the CC BY-NC-SA 3.0 license

My contribution are the generate.py and some minor template improvements

Template Author: Adrien Friggeri [repo]

A4 version: Marvin Frommhold [repo]

About

License:MIT License


Languages

Language:TeX 62.6%Language:Python 30.6%Language:Makefile 4.6%Language:Dockerfile 1.6%Language:Shell 0.7%