Skip to content
Snippets Groups Projects
Commit b931ff33 authored by HamooudE's avatar HamooudE
Browse files

Ajout du support pour la conversion pdf manque un css piour un beau rendu et...

Ajout du support pour la conversion pdf manque un css piour un beau rendu et la correction des fautes
parent 80db15ab
Branches
Tags
No related merge requests found
---
header-includes:
- \usepackage{enumitem}
- \renewlist{itemize}{itemize}{20}
- \setlist[itemize]{label=$\cdot$}
---
# SAÉ 2.03: Semaine 06 - GRP A7 # SAÉ 2.03: Semaine 06 - GRP A7
## Table des matières ## Table des matières
......
No preview for this file type
...@@ -28,10 +28,10 @@ sudo apt install pandoc-citeproc #support LATEX pour les PDF ...@@ -28,10 +28,10 @@ sudo apt install pandoc-citeproc #support LATEX pour les PDF
### Convertir le `rapport.md` en fichier `PDF` ### Convertir le `rapport.md` en fichier `PDF`
```sh ```sh
#Erreur trop de sous tableau|parti, pas supporter par Latex. A voir alternative. # Quelques [Warning] mais fonctionne.
#pandoc <entre>.md -o <sortie>.pdf #pandoc <entre>.md -o <sortie>.pdf
pandoc rapport.md -o rapport.pdf pandoc rapport.md -o rapport.pdf --pdf-engine=xelatex
``` ```
### Convertir le `rapport.md` en page `HTML` ### Convertir le `rapport.md` en page `HTML`
...@@ -59,7 +59,7 @@ pandoc rapport.md -f markdown -o rapport.html --template=easy_template.html --to ...@@ -59,7 +59,7 @@ pandoc rapport.md -f markdown -o rapport.html --template=easy_template.html --to
```sh ```sh
sudo apt install pandoc sudo apt install pandoc
sudo apt install pandoc-citeproc sudo apt install pandoc-citeproc
pandoc rapport.md -o rapport.pdf pandoc rapport.md -o rapport.pdf --pdf-engine=xelatex
curl 'https://raw.githubusercontent.com/ryangrose/easy-pandoc-templates/master/copy_templates.sh' | bash 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" 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.
Please register or to comment