My resume writed in LaTeX
Find a file
2022-03-08 22:14:48 +01:00
images/svg Add makefile 2022-03-08 22:14:48 +01:00
.gitignore Add gitignore 2020-08-12 16:03:12 +02:00
altacv.cls First commit 2019-11-16 17:18:21 +01:00
Makefile Add makefile 2022-03-08 22:14:48 +01:00
README.md Update README 2020-03-17 00:35:25 +01:00
resume_fr.tex Update infomations about game and book 2020-08-12 16:26:24 +02: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