premier commit avec exemple de présentation et template

This commit is contained in:
2018-03-20 10:46:09 +01:00
commit cba297f027
14 changed files with 520 additions and 0 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
all: presentation.pdf
presentation.pdf: presentation.md
pandoc $^ -t beamer -o $@
clean:
rm -rf presentation.pdf