Update Makefiles
This commit is contained in:
parent
c9bc642ead
commit
628452eca4
3 changed files with 17 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
|||
all: tutorial.pdf
|
||||
|
||||
.md.pdf:
|
||||
pandoc --latex-engine=xelatex --toc --normalize -o $@ $<
|
||||
pandoc --latex-engine=xelatex --toc --normalize --listings --chapters -o $@ $<
|
||||
|
||||
.md.tex:
|
||||
pandoc --latex-engine=xelatex --toc --normalize --listings --chapters --standalone -o $@ $<
|
||||
|
||||
.SUFFIXES: .md .tex .pdf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue