Update README
This commit is contained in:
parent
faf8ba1cc3
commit
caa28976b0
1 changed files with 13 additions and 2 deletions
15
README.md
15
README.md
|
@ -6,13 +6,24 @@ there is only a french version.
|
|||
|
||||
## build
|
||||
|
||||
First you need to export a PNG file from the svg one with Inkscape :
|
||||
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
|
||||
```
|
||||
|
||||
You need to export a PNG file from the svg one with Inkscape :
|
||||
|
||||
```shell
|
||||
inkscape -C -z --file=svg/souris.svg --export-png=svg/souris.png --export-dpi=300
|
||||
```
|
||||
|
||||
Then export the LaTeX file :
|
||||
Then compile the LaTeX file :
|
||||
|
||||
```shell
|
||||
lualatex --interaction=nonstopmode resume_fr.tex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue