26 lines
512 B
Markdown
26 lines
512 B
Markdown
My resume
|
|
---------
|
|
|
|
This is my resume writed in LaTeX, it use the [AltaCV][l_alta] template. For now,
|
|
there is only a french version.
|
|
|
|
## build
|
|
|
|
In order to compile my resume you'll need ton install Texlive, on Archlinux :
|
|
|
|
```shell
|
|
sudo pacman -S texlive-core texlive-bibtexextra texlive-latexextra texlive-fontsextra
|
|
```
|
|
clone this repository
|
|
|
|
```shell
|
|
git clone https://git.epha.se/ephase/resume && cd resume
|
|
```
|
|
|
|
Then compile the LaTeX file :
|
|
|
|
```shell
|
|
make
|
|
```
|
|
|
|
[l_alta]:https://github.com/liantze/AltaCV
|