From faf8ba1cc30dd577aaaeb790242e4cbe15053349 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Tue, 17 Mar 2020 00:28:51 +0100 Subject: [PATCH 1/2] Syntax corrections --- resume_fr.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resume_fr.tex b/resume_fr.tex index aef7113..90b1599 100644 --- a/resume_fr.tex +++ b/resume_fr.tex @@ -43,7 +43,7 @@ \vspace{5pt} \begin{itemize} \item Mise en place de l'infrastructure de gestion du service informatique (Serveur FreeBSD + Jails, Nextcloud, GLPI, Gitea, DokuWiki, Boot PXE) -\item Gestion du parc de serveurs : fichiers (FreeNAS), Web (Debian), Applicatif (Windows Server) +\item Gestion du parc de serveurs : fichiers (FreeNAS), web (Debian), applicatif (Windows Server) \item Gestion des postes clients (Windows, Linux, MacOS) \end{itemize} From caa28976b0a2eec28c3f8129371e335d1e9b343b Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Tue, 17 Mar 2020 00:35:25 +0100 Subject: [PATCH 2/2] Update README --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76aed10..2f26386 100644 --- a/README.md +++ b/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