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

Version Rendu Final

parent 2856a768
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment