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

Rapport mise a jour instruction pandoc

parent 3c7af82e
Branches
No related tags found
No related merge requests found
......@@ -7,3 +7,24 @@
- YAHIAOUI Mohamed El Amine
## Procédures de conversion
L'outil de conversion utilisé dans notre cas est Pandoc.
### Première étape : Installer Pandoc
sur debian :
```sh
sudo apt install pandoc
```
sur fedora:
```sh
sudo dnf install pandoc
```
Voici les commande principale de conversion dans notre contexe:
#### Convertire md en pdf
```sh
pandoc mon-fichier.md -o sortie.pdf
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment