Subject almost done
This commit is contained in:
parent
5578b501a3
commit
7d680b35ef
2 changed files with 73 additions and 20 deletions
6
subject/Makefile
Normal file
6
subject/Makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
all: subject.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