Skip to content
Snippets Groups Projects
Commit b06b4065 authored by Ethan Robert's avatar Ethan Robert
Browse files

Changement dans les instructions de compilation

parent 46e69b42
No related branches found
No related tags found
No related merge requests found
......@@ -28,9 +28,11 @@ Voici les commandes à effectuer pour la génération des rapports.
Compiler au format HTML :
```bash
pandoc --defaults=config.yaml -o dist/Output.html
pandoc --defaults=config.yaml -o dist/Output.html --standalone --embed-resources
```
Les options `--standalone` et `--embed-resources` permettent d'encoder les images au format Base64 et de les inclure directement dans le fichier HTML.
Compiler au format PDF :
```bash
pandoc --defaults=config.yaml -o dist/Output.pdf
......
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