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
You can build the french and english resume using
nix build
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