Skip to content
Snippets Groups Projects
Commit ce03d0d4 authored by ExtraDev's avatar ExtraDev
Browse files

Add script to geretare document

parent ffc27064
No related branches found
No related tags found
No related merge requests found
*.pdf
\ No newline at end of file
#!/bin/bash
filename=$1
output="${filename%.*}.pdf"
pandoc --number-sections --table-of-contents -V geometry:margin=1in rapport.md -o rapport.pdf
\ No newline at end of file
...@@ -7,3 +7,6 @@ lof: true ...@@ -7,3 +7,6 @@ lof: true
--- ---
# Introduction # Introduction
Bonjour
## Caca
\ 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