tuto wip
This commit is contained in:
parent
7d680b35ef
commit
d900d3f5b8
2 changed files with 253 additions and 0 deletions
6
tutorial/Makefile
Normal file
6
tutorial/Makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
all: tutorial.pdf
|
||||
|
||||
.md.pdf:
|
||||
pandoc --latex-engine=xelatex --toc --normalize -o $@ $<
|
||||
|
||||
.SUFFIXES: .md .tex .pdf
|
||||
Loading…
Add table
Add a link
Reference in a new issue