forked from ephase/resume
First commit
This commit is contained in:
commit
2f798bdd35
5 changed files with 816 additions and 0 deletions
21
README.md
Normal file
21
README.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
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
|
||||
|
||||
First 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 export the LaTeX file :
|
||||
|
||||
```shell
|
||||
lualatex --interaction=nonstopmode resume_fr.tex
|
||||
```
|
||||
|
||||
[l_alta]:https://github.com/liantze/AltaCV
|
Loading…
Add table
Add a link
Reference in a new issue