Skip to content
Snippets Groups Projects
Commit 2856a768 authored by Mohamed El Amine Yahiaoui's avatar Mohamed El Amine Yahiaoui
Browse files

patch installation xelatex

parent a1beea9c
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment