virli/slides/Makefile

10 lines
372 B
Makefile
Raw Normal View History

2014-11-28 16:10:11 +00:00
all: slides.pdf
.md.pdf:
2014-11-29 15:26:27 +00:00
pandoc --latex-engine=xelatex -t beamer -V theme:Szeged -V colortheme:beaver --normalize --chapters --slide-level=3 -M lang=frenchb --standalone -o $@ $<
2014-11-28 16:10:11 +00:00
.md.tex:
2014-11-29 15:26:27 +00:00
pandoc --latex-engine=xelatex -t beamer -V theme:Szeged -V colortheme:beaver --normalize --chapters --slide-level=3 -M lang=frenchb --standalone -o $@ $<
2014-11-28 16:10:11 +00:00
.SUFFIXES: .md .tex .pdf