Update Makefiles
This commit is contained in:
parent
c9bc642ead
commit
628452eca4
9
slides/Makefile
Normal file
9
slides/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
all: slides.pdf
|
||||
|
||||
.md.pdf:
|
||||
pandoc --latex-engine=xelatex -t beamer -V theme:Warsaw --toc --normalize --listings --chapters --slide-level=3 -o $@ $<
|
||||
|
||||
.md.tex:
|
||||
pandoc --latex-engine=xelatex -t beamer -V theme:Warsaw --toc --normalize --listings --chapters --slide-level=3 --standalone -o $@ $<
|
||||
|
||||
.SUFFIXES: .md .tex .pdf
|
@ -1,6 +1,9 @@
|
||||
all: subject.pdf
|
||||
|
||||
.md.pdf:
|
||||
pandoc --latex-engine=xelatex --toc --normalize -o $@ $<
|
||||
pandoc --latex-engine=xelatex --toc --normalize --chapters -o $@ $<
|
||||
|
||||
.md.tex:
|
||||
pandoc --latex-engine=xelatex --toc --normalize --chapters --standalone -o $@ $<
|
||||
|
||||
.SUFFIXES: .md .tex .pdf
|
||||
|
@ -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…
Reference in New Issue
Block a user