all: report.pdf presentation.pdf report.pdf: report.md begin-document.tex config.yaml header.tex pandoc --defaults config.yaml presentation.pdf: presentation.md pandoc -t beamer --filter pandoc-plantuml --dpi=300 -o $@ $<