diff --git a/rapport.md b/rapport.md index f69ee15f23906aee5548b5091de509b1d4b1bf5a..8540cdad12021dfd4afd8b0a175edcb34eec6855 100644 --- a/rapport.md +++ b/rapport.md @@ -1,3 +1,10 @@ +--- +header-includes: + - \usepackage{enumitem} + - \renewlist{itemize}{itemize}{20} + - \setlist[itemize]{label=$\cdot$} +--- + # SAÉ 2.03: Semaine 06 - GRP A7 ## Table des matières diff --git a/rapport.pdf b/rapport.pdf index f4db128e9cc7c6fb50a2e355d4b22c404e026f45..b01d7168fa518d476537f80bd307c41e62d54a33 100644 Binary files a/rapport.pdf and b/rapport.pdf differ diff --git a/readme.md b/readme.md index 096f8fa87723a239347dc7899dce10f273bd19b2..041556e82d28a3c2701ab5e126c8bc586a571d27 100644 --- a/readme.md +++ b/readme.md @@ -28,10 +28,10 @@ sudo apt install pandoc-citeproc #support LATEX pour les PDF ### Convertir le `rapport.md` en fichier `PDF` ```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 rapport.md -o rapport.pdf +pandoc rapport.md -o rapport.pdf --pdf-engine=xelatex ``` ### Convertir le `rapport.md` en page `HTML` @@ -59,7 +59,7 @@ pandoc rapport.md -f markdown -o rapport.html --template=easy_template.html --to ```sh sudo apt install pandoc 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 pandoc rapport.md -f markdown -o rapport.html --template=easy_template.html --toc --metadata title="SAÉ 2.03: Semaine 06 - GRP A7" ```