Compare commits

...

3 commits

Author SHA1 Message Date
Arnaud Vergnet
431539a449 Merge branch 'master' of https://git.etud.insa-toulouse.fr/ysimard/projet_systeme_info 2021-05-27 11:09:01 +02:00
Arnaud Vergnet
c3c43c805e mark convert script as executable 2021-05-27 11:08:25 +02:00
Arnaud Vergnet
8b2151e6bb Add pdf 2021-05-27 11:07:41 +02:00
2 changed files with 2 additions and 0 deletions

BIN
README.pdf Normal file

Binary file not shown.

2
md2pdf.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/bash
pandoc -V geometry:margin=1in -t latex -o README.pdf README.md