summaryrefslogtreecommitdiff
path: root/Makefile
blob: dc38837871080ca2306a6962ae54ac50a5a73415 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
all: muck1.pdf muck2.pdf muck3.pdf

%.pdf: %.yarn
	pandoc -o $@ $< \
		--number-sections \
		--template eisvogel.tex \
		--toc \
		-Vtitlepage:true \
		-Vgeometry:a4paper \
		-Vfontsize:12pt \
		-Vmainfont:FreeSerif \
		-Vsansfont:FreeSans \
		-Vmonofont:FreeMonoBold \
		-Vgeometry:top=2cm,bottom=2.5cm,left=2cm,right=1cm