This commit is contained in:
nemunaire 2014-11-28 08:46:24 +01:00
commit d900d3f5b8
2 changed files with 253 additions and 0 deletions

6
tutorial/Makefile Normal file
View file

@ -0,0 +1,6 @@
all: tutorial.pdf
.md.pdf:
pandoc --latex-engine=xelatex --toc --normalize -o $@ $<
.SUFFIXES: .md .tex .pdf