Skip to content

xgroleau/Curriculum-Vitae

Repository files navigation

Curriculum-Vitae

My resume in LaTeX. Helps manage multilanguage resume using macros so the content is the same in all languages.

You can download the PDF in the release here

Building

Using Nix

You can build the french and english resume using

nix build

Manually

Either by installing the required texlive packages or using nix develop to get the dependencies.

Then to build you can simply invoke latexmk.

latexmk -pdf resume_en.tex resume_fr.tex