From a6a6bcdf8093a10e83a29ba700243adf43cd59dd Mon Sep 17 00:00:00 2001 From: Mohamed El Amine Yahiaoui <mohamed-el-amine.yahiaoui.etu@univ-lille.fr> Date: Sun, 23 Mar 2025 17:52:06 +0100 Subject: [PATCH] Version Rendu Final --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index bc9d992..381d0b4 100644 --- a/readme.md +++ b/readme.md @@ -20,7 +20,7 @@ Sur un Systeme Debian, ouvrez un terminal a l'emplacement du dossier SAE: ```sh sudo apt install pandoc #Installer pandoc -sudo apt install texliv-full #support LATEX pour les PDF (6GB mais necessaire) +sudo apt install texlive-full #support LATEX pour les PDF (6GB mais necessaire) sudo apt install texlive-xetex #pour garantir un bon fonctionnement avec "--pdf-engine=xelatex" ``` @@ -75,7 +75,7 @@ pandoc rapport.md -f markdown -o rapport.html --template=easy_template.html --to ```sh sudo apt install pandoc -sudo apt install texliv-full +sudo apt install texlive-full sudo apt install texlive-xetex pandoc rapport.md -o rapport.pdf --pdf-engine=xelatex curl 'https://raw.githubusercontent.com/ryangrose/easy-pandoc-templates/master/copy_templates.sh' | bash -- GitLab