My resume writed in LaTeX
Find a file
2023-07-15 00:49:43 +02:00
images/svg Add makefile 2022-03-08 22:14:48 +01:00
.gitignore Rework innored files 2023-06-24 15:17:38 +02:00
altacv.cls Update AltaCV version 2023-07-15 00:49:43 +02:00
Makefile Exported SVG DPI is now 300 2022-11-16 16:08:53 +01:00
README.md Update README 2020-03-17 00:35:25 +01:00
resume_fr.tex Update AltaCV version 2023-07-15 00:49:43 +02:00

My resume

This is my resume writed in LaTeX, it use the AltaCV template. For now, there is only a french version.

build

In order to compile my resume you'll need ton install Texlive, on Archlinux :

sudo pacman -S texlive-core texlive-bibtexextra texlive-latexextra texlive-fontsextra

clone this repository

git clone https://git.epha.se/ephase/resume && cd resume

You need to export a PNG file from the svg one with Inkscape :

inkscape -C -z --file=svg/souris.svg --export-png=svg/souris.png --export-dpi=300

Then compile the LaTeX file :

lualatex --interaction=nonstopmode resume_fr.tex