virli/subject/Makefile
2014-11-28 01:15:03 +01:00

7 lines
111 B
Makefile

all: subject.pdf
.md.pdf:
pandoc --latex-engine=xelatex --toc --normalize -o $@ $<
.SUFFIXES: .md .tex .pdf