From 2856a768819b3418fc33b816ff49178255c7aacd 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:28:06 +0100 Subject: [PATCH] patch installation xelatex --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index b7a43a6..bc9d992 100644 --- a/readme.md +++ b/readme.md @@ -21,7 +21,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 xelatex #pour garantir un bon fonctionnement avec "--pdf-engine=xelatex" +sudo apt install texlive-xetex #pour garantir un bon fonctionnement avec "--pdf-engine=xelatex" ``` --- @@ -76,7 +76,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 xelatex +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 pandoc rapport.md -f markdown -o rapport.html --template=easy_template.html --toc --metadata title="SAÉ 2.03: Semaine 06 - GRP A7" -- GitLab