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