My resume writed in LaTeX
Find a file
2020-03-17 00:35:25 +01:00
svg First commit 2019-11-16 17:18:21 +01:00
altacv.cls First commit 2019-11-16 17:18:21 +01:00
README.md Update README 2020-03-17 00:35:25 +01:00
resume_fr.tex Syntax corrections 2020-03-17 00:28:51 +01:00
sidebar_page1.tex First commit 2019-11-16 17:18:21 +01: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