summaryrefslogtreecommitdiff
path: root/Makefile
blob: a7194c752f70c80ccfd547549263dffafdd4d529 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
all: muck1.pdf muck2.pdf muck3.pdf jt1.pdf jt2.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